summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-09-23 07:53:01 +0000
committernyan <nyan@FreeBSD.org>2000-09-23 07:53:01 +0000
commit7d508e1a38ba85283dfae43adc76e0ef44192200 (patch)
treeb7484e3a57e12880b47ecaf91aff33028647f8ec /release/amd64
parentffffca70d7b478a41df49fd1e34bfbc16c37fbdb (diff)
downloadFreeBSD-src-7d508e1a38ba85283dfae43adc76e0ef44192200.zip
FreeBSD-src-7d508e1a38ba85283dfae43adc76e0ef44192200.tar.gz
The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is
needed.
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index ea7bcff..8359975 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/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' \
OpenPOWER on IntegriCloud