summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-02-21 03:16:36 +0000
committermarcel <marcel@FreeBSD.org>2008-02-21 03:16:36 +0000
commitad24b435ad1a42054be4a387fc125edb23aa4b6e (patch)
treecf7b64d0fdf67189b4aa300c8cf3593cd8c6b795 /release/Makefile
parent63199bf7b7c89cd5951e13c17b014c06b2ef7739 (diff)
downloadFreeBSD-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/Makefile')
-rw-r--r--release/Makefile1
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
OpenPOWER on IntegriCloud