diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-22 19:11:37 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-22 19:11:37 +0000 |
commit | 5d2b50da3c0501f1ff147df2130f54a744fa0837 (patch) | |
tree | 6759c75b329157824537e4f9835ea3e70799cecb /release/scripts | |
parent | d0a4f5ea6340e49ae5e3eca40f870b8c79e6516a (diff) | |
download | src-5d2b50da3c0501f1ff147df2130f54a744fa0837.tar.gz src-5d2b50da3c0501f1ff147df2130f54a744fa0837.zip |
swap support is actually pretty important; put it back
CVS: ----------------------------------------------------------------------
Notes
Notes:
svn path=/head/; revision=43070
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/dokern.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index ac20226d1249..b1ab479ad45a 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/dokern.sh @@ -46,4 +46,3 @@ echo 'options "MAXCONS=4"' echo "options SCSI_NO_OP_STRINGS" echo "options SCSI_NO_SENSE_STRINGS" echo "options NO_LKM" -echo "options NO_SWAPPING" |