diff options
author | jkh <jkh@FreeBSD.org> | 1999-01-22 19:11:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-01-22 19:11:37 +0000 |
commit | 5a3e9b235099b0a4a7782a5b8498edee4ac9802f (patch) | |
tree | 52294552f1a26ff605e4807a898379af6629e687 /release/amd64 | |
parent | 8603959049afe5815b5324cfb93e048d192f8f70 (diff) | |
download | FreeBSD-src-5a3e9b235099b0a4a7782a5b8498edee4ac9802f.zip FreeBSD-src-5a3e9b235099b0a4a7782a5b8498edee4ac9802f.tar.gz |
swap support is actually pretty important; put it back
CVS: ----------------------------------------------------------------------
Diffstat (limited to 'release/amd64')
-rwxr-xr-x | release/amd64/dokern.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index ac20226..b1ab479 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/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" |