summaryrefslogtreecommitdiff
path: root/helpers/binary
diff options
context:
space:
mode:
authorMarco Amadori <amadorim@vdavda.com>2010-02-18 11:24:10 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:04 +0100
commit2dc16bc40d06c08030dc86b736d169a9cd65f791 (patch)
tree0bc6633dd14d3d408c94577fc4b8aaec7267557e /helpers/binary
parente59e8d5c7dfe79b8eb412a601ed5bde0ac512674 (diff)
downloadlive-build-2dc16bc40d06c08030dc86b736d169a9cd65f791.zip
live-build-2dc16bc40d06c08030dc86b736d169a9cd65f791.tar.gz
Installs policy-rc.d also in binary phase.
* Potentially apt upgrades could trigger daemon restarts that could lock filesystems like /proc in the chroot system.
Diffstat (limited to 'helpers/binary')
-rwxr-xr-xhelpers/binary2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/binary b/helpers/binary
index 33ee5d6..b0f81ae 100755
--- a/helpers/binary
+++ b/helpers/binary
@@ -39,6 +39,7 @@ then
lh chroot_hosts install ${*}
lh chroot_resolv install ${*}
lh chroot_hostname install ${*}
+ lh chroot_sysv-rc install ${*}
lh chroot_apt install-binary ${*}
lh chroot_sources install ${*}
fi
@@ -90,6 +91,7 @@ then
fi
lh chroot_apt remove ${*}
+lh chroot_sysv-rc remove ${*}
lh chroot_sysfs remove ${*}
lh chroot_selinuxfs remove ${*}
lh chroot_proc remove ${*}