summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-16 22:42:25 +0000
committerjkh <jkh@FreeBSD.org>1999-01-16 22:42:25 +0000
commit922239a161b62371ce6d0bd3dc5252130544114b (patch)
treef48c5b25b04f940f6e012703f384626fb79752e3 /release
parent25cd623564516d1e65cbbc033d5cb7b822a7fb22 (diff)
downloadFreeBSD-src-922239a161b62371ce6d0bd3dc5252130544114b.zip
FreeBSD-src-922239a161b62371ce6d0bd3dc5252130544114b.tar.gz
More floppy size adjustments - I thought I'd already committed these, whoops!
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
-rwxr-xr-xrelease/alpha/dokern.sh2
-rwxr-xr-xrelease/amd64/dokern.sh2
-rwxr-xr-xrelease/i386/dokern.sh2
-rwxr-xr-xrelease/pc98/dokern.sh2
-rwxr-xr-xrelease/scripts/dokern.sh2
6 files changed, 12 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 739f5c9..8b804c1 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.457 1999/01/13 21:56:58 abial Exp $
+# $Id: Makefile,v 1.458 1999/01/14 15:36:53 abial Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -72,7 +72,7 @@ MNT= /mnt
# Various floppy image parameters.
#
BOOTSIZE= 1440
-BOOTMFSSIZE= 2880
+BOOTMFSSIZE= 1440
FIXITSIZE= 1440
BOOTINODE= 80000
MFSINODE= 8000
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index 0f6cac8..ac20226 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -45,3 +45,5 @@ echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NO_LKM"
+echo "options NO_SWAPPING"
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index 0f6cac8..ac20226 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -45,3 +45,5 @@ echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NO_LKM"
+echo "options NO_SWAPPING"
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index 0f6cac8..ac20226 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -45,3 +45,5 @@ echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NO_LKM"
+echo "options NO_SWAPPING"
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 0f6cac8..ac20226 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -45,3 +45,5 @@ echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NO_LKM"
+echo "options NO_SWAPPING"
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh
index 0f6cac8..ac20226 100755
--- a/release/scripts/dokern.sh
+++ b/release/scripts/dokern.sh
@@ -45,3 +45,5 @@ echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NO_LKM"
+echo "options NO_SWAPPING"
OpenPOWER on IntegriCloud