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.
This commit is contained in:
Marcel Moolenaar 2008-02-21 03:16:36 +00:00
parent 8ea0d8cff1
commit 70d8932f66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176430

View File

@ -215,6 +215,7 @@ MFSINODE= 8192
MFSLABEL= auto
MINIROOT=
.elif ${TARGET_ARCH} == "ia64"
DISKLABEL= ""
MFSSIZE= 8192
MFSINODE= 8192
MFSLABEL= auto