From 3f58aadfc4d506ea75a9221836111ac3171873c4 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 16 Jan 1999 22:42:25 +0000 Subject: [PATCH] More floppy size adjustments - I thought I'd already committed these, whoops! --- release/Makefile | 4 ++-- release/alpha/dokern.sh | 2 ++ release/amd64/dokern.sh | 2 ++ release/i386/dokern.sh | 2 ++ release/pc98/dokern.sh | 2 ++ release/scripts/dokern.sh | 2 ++ 6 files changed, 12 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index 739f5c9bf07b..8b804c1aa47b 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 0f6cac8cbaa1..ac20226d1249 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 0f6cac8cbaa1..ac20226d1249 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 0f6cac8cbaa1..ac20226d1249 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 0f6cac8cbaa1..ac20226d1249 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 0f6cac8cbaa1..ac20226d1249 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"