diff options
author | jkh <jkh@FreeBSD.org> | 1999-01-16 22:42:25 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-01-16 22:42:25 +0000 |
commit | 922239a161b62371ce6d0bd3dc5252130544114b (patch) | |
tree | f48c5b25b04f940f6e012703f384626fb79752e3 /release/i386 | |
parent | 25cd623564516d1e65cbbc033d5cb7b822a7fb22 (diff) | |
download | FreeBSD-src-922239a161b62371ce6d0bd3dc5252130544114b.zip FreeBSD-src-922239a161b62371ce6d0bd3dc5252130544114b.tar.gz |
More floppy size adjustments - I thought I'd already committed these, whoops!
Diffstat (limited to 'release/i386')
-rwxr-xr-x | release/i386/dokern.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |