diff options
-rw-r--r-- | config/live.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/live.cfg b/config/live.cfg index 30d3441..8463965 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -251,7 +251,7 @@ my $_l = { if_($live->{settings}{product} =~ /LiveCD|LiveDVD/i, source => build_one_label($live), pre => [ 'for i in seq 1 5; do showlabels --removable | grep ' . build_one_label($live) . '; if [ $? -eq 0 ]; then break; fi; sleep 1; done' ], - extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd ohci_hcd ehci_hcd xhci_hcd) ], + extra_modules => [ qw(vfat sd_mod usb_storage ehci_hcd ehci_pci ehci_platform ohci_hcd ohci_pci ohci_platform uhci_hcd xhci_hcd xhci_pci xhci_plat_hcd) ], files => [ if_($live->{settings}{arch} eq 'x86_64', if_($live->{settings}{desktop} eq 'PLASMA5', |