diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-16 22:42:25 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-16 22:42:25 +0000 |
commit | 3f58aadfc4d506ea75a9221836111ac3171873c4 (patch) | |
tree | 837bed8918880a2f4fa020b1a8e21ab7a48e4c43 /release/scripts | |
parent | d4a24655955492fb542892b50dead57d8611b0c1 (diff) | |
download | src-3f58aadfc4d506ea75a9221836111ac3171873c4.tar.gz src-3f58aadfc4d506ea75a9221836111ac3171873c4.zip |
More floppy size adjustments - I thought I'd already committed these, whoops!
Notes
Notes:
svn path=/head/; revision=42739
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/dokern.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |