mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176430
@ -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