diff options
author | marcel <marcel@FreeBSD.org> | 2008-02-21 03:16:36 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-02-21 03:16:36 +0000 |
commit | ad24b435ad1a42054be4a387fc125edb23aa4b6e (patch) | |
tree | cf7b64d0fdf67189b4aa300c8cf3593cd8c6b795 /release | |
parent | 63199bf7b7c89cd5951e13c17b014c06b2ef7739 (diff) | |
download | FreeBSD-src-ad24b435ad1a42054be4a387fc125edb23aa4b6e.zip FreeBSD-src-ad24b435ad1a42054be4a387fc125edb23aa4b6e.tar.gz |
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.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index c725316..0c35379 100644 --- a/release/Makefile +++ b/release/Makefile @@ -215,6 +215,7 @@ MFSINODE= 8192 MFSLABEL= auto MINIROOT= .elif ${TARGET_ARCH} == "ia64" +DISKLABEL= "" MFSSIZE= 8192 MFSINODE= 8192 MFSLABEL= auto |