]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use disklabel for the MFS root. The DoFS.sh script creates
authorMarcel Moolenaar <marcel@FreeBSD.org>
Thu, 21 Feb 2008 03:16:36 +0000 (03:16 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Thu, 21 Feb 2008 03:16:36 +0000 (03:16 +0000)
commit70d8932f6665eb4d57b114fdda07f3034e7711ce
treecf7b64d0fdf67189b4aa300c8cf3593cd8c6b795
parent8ea0d8cff1770f231f35afb4b2713d773f5cb66a
Don't use disklabel for the MFS root. The DoFS.sh script creates
a bogus partition table and puts the file system on the whole
partition. geom_part doesn't expose the 'c' partition as it's an
artifact of the BSD label and not to be used. Secondly, gpart(8)
is the preferred tool for partitioning disks on ia64.
release/Makefile