From bc02a0d8dd0c8636cfeac6ae444534db3b461855 Mon Sep 17 00:00:00 2001 From: "Trent W. Buck" Date: Thu, 4 Mar 2010 13:36:28 +0100 Subject: Adding helper to prevent upstart from being run during chroot phase (Closes: #571056). --- helpers/binary | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers/binary') diff --git a/helpers/binary b/helpers/binary index 234d8985f..0a6991860 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 ${*} -- cgit v1.2.3