diff options
author | jkh <jkh@FreeBSD.org> | 2000-01-03 10:00:09 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-01-03 10:00:09 +0000 |
commit | 661bd21d90fb303d3ca1bb624a0122679980c8c8 (patch) | |
tree | 75533008aa15419541dcd13aadbd3e0ade1b9f69 /release | |
parent | c9fa7d9f73de1b1add21e2fffc2cc66ed59a8289 (diff) | |
download | FreeBSD-src-661bd21d90fb303d3ca1bb624a0122679980c8c8.zip FreeBSD-src-661bd21d90fb303d3ca1bb624a0122679980c8c8.tar.gz |
kernel space savings allow reactivation of NFS installs.
Diffstat (limited to 'release')
-rwxr-xr-x | release/alpha/dokern.sh | 1 | ||||
-rwxr-xr-x | release/amd64/dokern.sh | 1 | ||||
-rwxr-xr-x | release/i386/dokern.sh | 1 | ||||
-rwxr-xr-x | release/pc98/dokern.sh | 1 | ||||
-rwxr-xr-x | release/scripts/dokern.sh | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index 7dddc30..d9713cd 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/dokern.sh @@ -33,7 +33,6 @@ sed -e '/pty/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ - -e '/NFS/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' fi diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 7dddc30..d9713cd 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -33,7 +33,6 @@ sed -e '/pty/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ - -e '/NFS/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' fi diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 7dddc30..d9713cd 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -33,7 +33,6 @@ sed -e '/pty/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ - -e '/NFS/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' fi diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 7dddc30..d9713cd 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -33,7 +33,6 @@ sed -e '/pty/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ - -e '/NFS/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' fi diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index 7dddc30..d9713cd 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/dokern.sh @@ -33,7 +33,6 @@ sed -e '/pty/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ - -e '/NFS/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' fi |