summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-12-12 22:10:30 +0000
committerJeremy Katz <katzj@redhat.com>2005-12-12 22:10:30 +0000
commit1018015cd32884eb17244e81fc5fe44de5681eb5 (patch)
treee007b36f0f411a3fe872d5351676ddfe9fddefec /scripts
parentb46edcf8531cbd2519351bcafa37ceb6975339bd (diff)
downloadanaconda-1018015cd32884eb17244e81fc5fe44de5681eb5.tar.gz
anaconda-1018015cd32884eb17244e81fc5fe44de5681eb5.tar.xz
anaconda-1018015cd32884eb17244e81fc5fe44de5681eb5.zip
2005-12-12 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images: Add ub to the module list
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 364d5b394..a1838f751 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -32,7 +32,7 @@ TOPDIR=$(cd $TOPDIR; pwd)
# modules that are needed. this is the generic "needed for every arch" stuff
COMMONMODS="fat vfat nfs sunrpc lockd floppy cramfs loop edd pcspkr squashfs"
-USBMODS="ohci-hcd uhci-hcd ehci-hcd hid mousedev usb-storage sd_mod sr_mod"
+USBMODS="ohci-hcd uhci-hcd ehci-hcd hid mousedev usb-storage sd_mod sr_mod ub"
FIREWIREMODS="ieee1394 ohci1394 sbp2"
IDEMODS="ide-cd"
SCSIMODS="sr_mod sg st sd_mod scsi_mod"