diff options
author | peter <peter@FreeBSD.org> | 1999-09-13 19:06:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-09-13 19:06:21 +0000 |
commit | e2715abf6606c5df936aca4b441fbf1c92f17b01 (patch) | |
tree | 3ce07047da14988ddc20905eec1e8f0c2aaa2fd3 /release | |
parent | 2bef5edabd55580385d1f29caeeabf723863aaa1 (diff) | |
download | FreeBSD-src-e2715abf6606c5df936aca4b441fbf1c92f17b01.zip FreeBSD-src-e2715abf6606c5df936aca4b441fbf1c92f17b01.tar.gz |
Make the fixit floppy 2.88MB as a temporary "solution" to get the nightly
snaps re-running. This is not a fix. (The alpha already does this)
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 9b36c7a..5d74d66 100644 --- a/release/Makefile +++ b/release/Makefile @@ -95,10 +95,10 @@ BIGBOOTLABEL= minimum2 MFSLABEL= minimum2 # overrides. -.if ${MACHINE_ARCH} == "alpha" +#.if ${MACHINE_ARCH} == "alpha" FIXITSIZE= 2880 FIXITLABEL= minimum2 -.endif +#.endif ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - |