summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-12-13 20:30:06 +0000
committerErik Troan <ewt@redhat.com>2000-12-13 20:30:06 +0000
commit23028fd6c8246bd6856e5c2f21c5da47cd364506 (patch)
tree5b45ca804b40d5f81bb2294a05fc9f64ae66c8fe /scripts
parentfd6e03c859313c922ff015f6ac13d399d3812e70 (diff)
downloadanaconda-23028fd6c8246bd6856e5c2f21c5da47cd364506.tar.gz
anaconda-23028fd6c8246bd6856e5c2f21c5da47cd364506.tar.xz
anaconda-23028fd6c8246bd6856e5c2f21c5da47cd364506.zip
we need to put the ide modules on the cdboot.img
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index f54f9dc64..c971b764f 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -151,7 +151,7 @@ makeinitrd --initrdto $TOPDESTPATH/dosutils/autoboot/initrd.img \
--initrdsize 4100 \
--pcmcia \
--loaderbin loader-pcmcia \
- --modules "$COMMONMODULES $PCMCIAMODULES nfs =scsi"
+ --modules "$COMMONMODULES $PCMCIAMODULES nfs =scsi $IDEMODS"
makebootdisk --kernelto $TOPDESTPATH/dosutils/autoboot/vmlinuz \
--bootdisksize 2880 \