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:
parent
8ea0d8cff1
commit
70d8932f66
@ -215,6 +215,7 @@ MFSINODE= 8192
|
||||
MFSLABEL= auto
|
||||
MINIROOT=
|
||||
.elif ${TARGET_ARCH} == "ia64"
|
||||
DISKLABEL= ""
|
||||
MFSSIZE= 8192
|
||||
MFSINODE= 8192
|
||||
MFSLABEL= auto
|
||||
|
Loading…
Reference in New Issue
Block a user