MFC:
commitec1f84d46fe71d19b9493989f614d3d073c0a7d8
authorMichael Neumann <mneumann@dragonflybsd.org>
Wed, 30 Jul 2008 07:53:01 +0000 (30 07:53 +0000)
committerMichael Neumann <mneumann@dragonflybsd.org>
Wed, 30 Jul 2008 07:53:01 +0000 (30 07:53 +0000)
treebe41631610e94ffba7a0ceb6be87e4becbdf2d72
parentf0836891090db5c3d3dea9aeae143b68060715f3
MFC:
Implement mounting of a Hammer filesystem as a root filesystem.

  To mount a Hammer filesystem as root filesystem (e.g. /dev/ad0s1d),
  you have to specify the following in /boot/loader.conf:

      vfs.root.mountfrom="hammer:ad0s1d"
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_ondisk.c
sys/vfs/hammer/hammer_vfsops.c