From 1ebc6f3b40275e9b40b551426dde370558a68fc1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 15 Mar 2011 19:34:11 +0000 Subject: we do not have doc and autorun for now, do not try to copy them --- config/live.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/live.cfg') diff --git a/config/live.cfg b/config/live.cfg index b1a50db..594b824 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -226,9 +226,10 @@ my $_l = { 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) ], - files => [ - [ 'extra/livecd/autorun/*', ''], - map { [ 'extra/livecd/' . $_, $_ ] } qw(LISEZMOI.pdf README.pdf) + files => [ + # FIXME: add doc and autorun + #[ 'extra/livecd/autorun/*', ''], + #map { [ 'extra/livecd/' . $_, $_ ] } qw(LISEZMOI.pdf README.pdf) ], ), }, -- cgit v1.2.1