diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-26 12:59:09 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-26 12:59:09 +0000 |
commit | b75895b4d075fc9dcfd7b66bd88e84c68e5aa7b8 (patch) | |
tree | 05dfe8712865e28feff44be78d891fd797a0fa93 /release/scripts | |
parent | a566c3ca7eaec6301be6c45a9a8a532847d6bd56 (diff) | |
download | src-b75895b4d075fc9dcfd7b66bd88e84c68e5aa7b8.tar.gz src-b75895b4d075fc9dcfd7b66bd88e84c68e5aa7b8.zip |
NO_LKM is deprecated
Notes
Notes:
svn path=/head/; revision=43233
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 b1ab479ad45a..0f6cac8cbaa1 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/dokern.sh @@ -45,4 +45,3 @@ echo "options NFS_NOSERVER" echo 'options "MAXCONS=4"' echo "options SCSI_NO_OP_STRINGS" echo "options SCSI_NO_SENSE_STRINGS" -echo "options NO_LKM" |