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 d642163..fedb090 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -232,7 +232,7 @@ my $_l = { if_($live->{settings}{product} =~ /LiveCD/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) ], + extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd ohci_hcd ehci_hcd xhci_hcd) ], files => [ # FIXME: add doc and autorun #[ 'extra/livecd/autorun/*', ''], |