diff options
Diffstat (limited to 'install/boot-usb')
-rw-r--r-- | install/boot-usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/boot-usb b/install/boot-usb index 56302fd..32d451f 100644 --- a/install/boot-usb +++ b/install/boot-usb @@ -1,6 +1,6 @@ install () { - MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") " + MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") " MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")" |