summaryrefslogtreecommitdiffstats
path: root/build_tools/l7/larch0/cli
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-09-26 01:09:34 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-09-26 01:09:34 (GMT)
commitc2452026b8dbb997c8f6d10e662cb97ddf6b07e2 (patch)
tree7097fdb2c11175a90ccab4b4bc48a9441286ad53 /build_tools/l7/larch0/cli
parent3bbd6da552c6680d0a9573a129e6ab961c241d42 (diff)
downloadlinhes_dev-c2452026b8dbb997c8f6d10e662cb97ddf6b07e2.zip
larch7: remove /boot from ignore dir and remove policy kit from cachepacks
Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'build_tools/l7/larch0/cli')
-rwxr-xr-xbuild_tools/l7/larch0/cli/larchify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/l7/larch0/cli/larchify.py b/build_tools/l7/larch0/cli/larchify.py
index 15a4d6a..5f3e472 100755
--- a/build_tools/l7/larch0/cli/larchify.py
+++ b/build_tools/l7/larch0/cli/larchify.py
@@ -109,7 +109,8 @@ class Builder:
if not os.path.isfile(self.system_sqf):
comment("Generating system.sqf")
# root directories which are not included in the squashed system.sqf
- ignoredirs = "boot dev mnt media proc sys tmp .livesys "
+ #ignoredirs = "boot dev mnt media proc sys tmp .livesys "
+ ignoredirs = "dev mnt media proc sys tmp .livesys "
ignoredirs += CHROOT_DIR_BUILD.lstrip("/")
# /var stuff
ignoredirs += " var/log var/tmp var/lock"