diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index a3a6120b6d26..b1b36def4d69 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/dokern.sh @@ -8,6 +8,7 @@ sed \ -e '/DEC_3000_500/d' \ -e '/SOFTUPDATES/d' \ -e '/MFS/d' \ + -e '/NFSSERVER/d' \ -e '/NFS_ROOT/d' \ -e '/MSDOSFS/d' \ -e '/PROCFS/d' \ @@ -69,6 +70,5 @@ sed \ # reset maxusers to something lower echo "maxusers 5" -echo "options NFS_NOSERVER" echo "options SCSI_NO_OP_STRINGS" echo "options SCSI_NO_SENSE_STRINGS" diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 67c6d6cc3bbe..cdde563b4330 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -120,6 +120,5 @@ echo "options NETGRAPH_SOCKET" # reset maxusers to something lower echo "maxusers 5" -echo "options NFS_NOSERVER" echo "options SCSI_NO_OP_STRINGS" echo "options SCSI_NO_SENSE_STRINGS" diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 67c6d6cc3bbe..cdde563b4330 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -120,6 +120,5 @@ echo "options NETGRAPH_SOCKET" # reset maxusers to something lower echo "maxusers 5" -echo "options NFS_NOSERVER" echo "options SCSI_NO_OP_STRINGS" echo "options SCSI_NO_SENSE_STRINGS" diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 67c6d6cc3bbe..cdde563b4330 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -120,6 +120,5 @@ echo "options NETGRAPH_SOCKET" # reset maxusers to something lower echo "maxusers 5" -echo "options NFS_NOSERVER" echo "options SCSI_NO_OP_STRINGS" echo "options SCSI_NO_SENSE_STRINGS"