diff options
author | Trent W. Buck <twb@cybersource.com.au> | 2010-03-04 13:36:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | bc02a0d8dd0c8636cfeac6ae444534db3b461855 (patch) | |
tree | 7e43ab073277e96408928c968c15ee90449cbd8f /helpers/binary | |
parent | 5ab772d8c9f026591e19459d366a64a88a482c29 (diff) | |
download | live-build-bc02a0d8dd0c8636cfeac6ae444534db3b461855.zip live-build-bc02a0d8dd0c8636cfeac6ae444534db3b461855.tar.gz |
Adding helper to prevent upstart from being run during chroot phase (Closes: #571056).
Diffstat (limited to 'helpers/binary')
-rwxr-xr-x | helpers/binary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/binary b/helpers/binary index 234d898..0a69918 100755 --- a/helpers/binary +++ b/helpers/binary @@ -40,6 +40,7 @@ then lh chroot_resolv install ${*} lh chroot_hostname install ${*} lh chroot_sysv-rc install ${*} + lh chroot_upstart install ${*} lh chroot_apt install-binary ${*} lh chroot_sources install ${*} fi @@ -93,6 +94,7 @@ fi lh chroot_apt remove ${*} lh chroot_sysv-rc remove ${*} lh chroot_sysfs remove ${*} +lh chroot_upstart remove ${*} lh chroot_selinuxfs remove ${*} lh chroot_proc remove ${*} lh chroot_devpts remove ${*} |