summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-20 19:25:18 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-20 19:25:18 +0000
commita7e9327bdef256d5ef445e4f9df5f65c35573eca (patch)
tree303611705b4b5d755609909c1c85696dd42c10e2 /scripts
parentf73c3ce1e70413570e2b90f9d760c2e1fbd5590e (diff)
oldcdrom.img bites the dust
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3864
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index df022362c..0b5a92c0e 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -181,10 +181,6 @@ echo "Building drvnet.img"
makedriverdisk --padsize 1440 "Supplemental Network Drivers" "drvnet" "+net"
[ $? = 0 ] || exit 1
-echo "Building oldcdrom.img"
-makedriverdisk --padsize 1440 "Supplemental CDROM controllers" "oldcdrom" "parport_pc parport +cdrom"
-[ $? = 0 ] || exit 1
-
echo "Building pcmciadd.img"
makedriverdisk --padsize 1440 "PCMCIA Driver Diskette" "pcmciadd" "$PCMCIAMODULES"
[ $? = 0 ] || exit 1