diff options
author | jkh <jkh@FreeBSD.org> | 1999-01-26 12:59:09 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-01-26 12:59:09 +0000 |
commit | 4f98a3562a59e142ae853eef5c94a7e8ffc18616 (patch) | |
tree | 2785202918395fa4002ce417501332319ba89722 /release/amd64 | |
parent | 1639c7536db539b3c685af20235985c17067c6cf (diff) | |
download | FreeBSD-src-4f98a3562a59e142ae853eef5c94a7e8ffc18616.zip FreeBSD-src-4f98a3562a59e142ae853eef5c94a7e8ffc18616.tar.gz |
NO_LKM is deprecated
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 b1ab479..0f6cac8 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/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" |