summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/cli/larchify.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/larch8/larch0/cli/larchify.py')
-rwxr-xr-xbuild_tools/larch8/larch0/cli/larchify.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/build_tools/larch8/larch0/cli/larchify.py b/build_tools/larch8/larch0/cli/larchify.py
index 7e7c646..84f7874 100755
--- a/build_tools/larch8/larch0/cli/larchify.py
+++ b/build_tools/larch8/larch0/cli/larchify.py
@@ -110,7 +110,8 @@ class Builder:
ignoredirs = IGNOREDIRS + " mnt "
# .larch and .livesys should be excluded by the '.*' entry in IGNOREDIRS
# /var stuff
- ignoredirs += " var/log var/tmp var/lock var/cache/pacman/pkg var/lib/hwclock"
+ #ignoredirs += " var/log var/tmp var/lock var/cache/pacman/pkg var/lib/hwclock"
+ ignoredirs += " var/log var/tmp var/lock var/lib/hwclock"
# others
ignoredirs += " usr/lib/locale"
@@ -126,7 +127,7 @@ class Builder:
if line and (line[0] != '#'):
ignoredirs += ' ' + line.lstrip('/')
fh.close()
-
+ print ignoredirs
if not chroot(self.installation0,
"/sbin/mksquashfs '/' '%s' -wildcards -e %s"
% (CHROOT_SYSTEMSQF, ignoredirs),