diff options
| author | Erik Troan <ewt@redhat.com> | 2000-07-15 00:19:46 +0000 |
|---|---|---|
| committer | Erik Troan <ewt@redhat.com> | 2000-07-15 00:19:46 +0000 |
| commit | f39139fe09ca1004f323356aaebd9523bdfc2d92 (patch) | |
| tree | b3924723730f3462f9d2a52641ba66d7e2d4acac /scripts | |
| parent | fd32ff8fa637758bc4d3da64de0b2927125bf850 (diff) | |
use proper usb modules
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mk-images.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index a36b5975c..cdb84c00a 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -33,7 +33,8 @@ prepareBootImage() { fi } -COMMONMODULES="vfat usb-ohci uhci usbkbd usbmouse" +USBMODS="usb-ohci uhci hid keybdev mousedev" +COMMONMODULES="vfat $USBMODS" LOCALMODULES="$COMMONMODULES AM53C974 ips DAC960 megaraid ncr53c8xx cpqarray aacraid aic7xxx BusLogic qlogicisp advansys eata_dma initio" NETWORKMODULES="$COMMONMODULES 3c509 3c59x 3c90x 8390 ac3200 at1700 de4x5 |
