diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/live.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/live.cfg b/config/live.cfg index 7f6ecfc..e9dd2b6 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -152,7 +152,6 @@ my $_l = { postInstall => join(';', if_($live->{settings}{default_user}, "echo $live->{settings}{default_user} > /etc/draklive-install.d/user"), "perl -pi -e 's,<DEFAULT_USER>,$live->{settings}{default_user},' /etc/draklive-install.d/sysconfig/finish-install", - 'find /usr/share/doc/HTML -mindepth 1 -maxdepth 1 -type d > /root/drakx/HTML.skipped', #- used by liveusb-rw "/usr/sbin/compute-i18n-list.pl --ooo=${ooo_version}", if_($live->{settings}{product} =~ /liveusb-rw/i && $live->{settings}{desktop} =~ /^KDE/, @@ -201,7 +200,9 @@ my $_l = { type => 'squashfs', files => [ { path => '/root/drakx' }, - { source => '/root/drakx/HTML.skipped', rooted => 1 }, + #- to skip a file list generated with: + #- find /usr/share/doc/HTML -mindepth 1 -maxdepth 1 -type d > /root/drakx/HTML.skipped + #{ source => '/root/drakx/HTML.skipped', rooted => 1 }, ], }, if_($use_modules, modules => [ |