diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-14 20:14:58 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-14 20:14:58 +0000 |
commit | 829024ef229cec18a9accac96cdb67caf2e0940d (patch) | |
tree | 5ab9c2d2fbedb6204e92871356486d6b7a314ac3 /release/scripts | |
parent | 1853f513c2466b6a8c920a2387f3f88c54c9cc50 (diff) | |
download | src-829024ef229cec18a9accac96cdb67caf2e0940d.tar.gz src-829024ef229cec18a9accac96cdb67caf2e0940d.zip |
MF3: SYSVMSG addition, fluff with release notes.
Notes
Notes:
svn path=/head/; revision=44012
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/dokern.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index da7660780e2b..3564cbdae0e7 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/dokern.sh @@ -8,6 +8,7 @@ sed -e '/pty/d' \ -e '/splash/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ + -e '/SYSVMSG/d' \ -e 's/GENERIC/BOOTMFS/g' echo "options NFS_NOSERVER" |