aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-09-23 07:53:01 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-09-23 07:53:01 +0000
commit5ef724ac4abbc89c263dec6c955d4e0ee5e03a7f (patch)
tree0574828c7055365b818753cb74fc39e6e3549799 /release/scripts
parentb8c4558548a6d0050e7b332ef9f4be4f61f8a312 (diff)
Notes
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/dokern.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh
index ea7bcff4bd3b..83599754e9b0 100755
--- a/release/scripts/dokern.sh
+++ b/release/scripts/dokern.sh
@@ -15,7 +15,7 @@ if [ "${ARCH}" = "i386" ]; then
if [ "${FDSIZE}" = "SMALL" ]; then
-sed -e '/ pci/d' \
+sed -e '/ pci$/d' \
-e '/ adv/d' \
-e '/ ahc/d' \
-e '/ amd/d' \