diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-07-16 21:01:58 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-07-16 21:01:58 +0000 |
commit | fd8d45ff53d7acdcf53b719977e9f1b015743437 (patch) | |
tree | 1d901d879a5f25a85fffc482d379665c3cb475a2 /scripts | |
parent | 904bc2fb6ee186cd8202cfad63ee259bb909c85c (diff) | |
download | anaconda-fd8d45ff53d7acdcf53b719977e9f1b015743437.tar.gz anaconda-fd8d45ff53d7acdcf53b719977e9f1b015743437.tar.xz anaconda-fd8d45ff53d7acdcf53b719977e9f1b015743437.zip |
pull in ide-cd for cd installs to work with non BOOT kernel
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index a2c8dbddd..13342cd11 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -88,7 +88,7 @@ EOF USBMODS="usb-ohci usb-uhci hid keybdev usb-storage sd_mod sr_mod" # usb-storage goes on both so we can reload it. *sigh* LATEUSBMODS="mousedev usb-storage" -IDEMODS="" +IDEMODS="ide-cd" SCSIMODS="sd_mod sg sr_mod st" FSMODS="msdos vfat ext3 reiserfs jfs" |