diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-05-02 17:47:08 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-05-02 17:47:08 +0000 |
| commit | 2163f9d31bc278643c87feafae3c1b9d17d9cc54 (patch) | |
| tree | 4f6d8c19df470af47d577d324e9fe76aad9ceea0 /release/amd64 | |
| parent | 79f92e259757ac1b6882aa75ee8d8df3048ea01d (diff) | |
Notes
Diffstat (limited to 'release/amd64')
| -rwxr-xr-x | release/amd64/dokern.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 0648c9660bee..f178b5350bfe 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -38,6 +38,9 @@ sed \ -e '/ ulpt /d' \ -e '/ urio /d' \ -e '/ uscanner /d' \ + -e '/ ncv /d' \ + -e '/ nsp /d' \ + -e '/ stg /d' \ -e 's/ident.*GENERIC/ident BOOTMFS/g' echo "options NETGRAPH" |
