diff options
author | kensmith <kensmith@FreeBSD.org> | 2006-01-30 14:24:31 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2006-01-30 14:24:31 +0000 |
commit | 7efbfcbe6a9c21e54086a30e8ac1e62f85c0714e (patch) | |
tree | 92beb8111291bba41610bd288fb23c1220c595ee /release | |
parent | ef319cb614ae8dd1db856dd246801a7d4a11f54f (diff) | |
download | FreeBSD-src-7efbfcbe6a9c21e54086a30e8ac1e62f85c0714e.zip FreeBSD-src-7efbfcbe6a9c21e54086a30e8ac1e62f85c0714e.tar.gz |
Enable splitting up the MFSROOT floppy on amd64, the contents now overflow
one floppy's worth of space.
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 3088454..b30ae9c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -228,6 +228,7 @@ BOOTINODE= 80000 MFSSIZE= 4096 MFSINODE= 8192 MFSLABEL= auto +SPLIT_MFSROOT= .elif ${TARGET_ARCH} == "powerpc" DISKLABEL= "" MFSSIZE= 4096 |