diff options
Diffstat (limited to 'archiso/install')
-rw-r--r-- | archiso/install/archiso | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archiso/install/archiso b/archiso/install/archiso index d32c8ab..0bb0d0f 100644 --- a/archiso/install/archiso +++ b/archiso/install/archiso @@ -1,10 +1,6 @@ build () { - MODULES="cdrom ide-cd_mod ide-core ide-generic loop dm-mod dm-snapshot squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls")" - MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl811_hcd" -e "isp116x_hcd")" - MODULES="${MODULES} usb_storage sd_mod sr_mod" - MODULES="${MODULES} virtio_pci virtio_blk" - MODULES=$(echo ${MODULES}) #trim whitespace + MODULES="cdrom loop dm-snapshot" BINARIES="" FILES="" |