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_rootfs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'helpers/binary_rootfs') diff --git a/helpers/binary_rootfs b/helpers/binary_rootfs index a862895fe..c33585f67 100755 --- a/helpers/binary_rootfs +++ b/helpers/binary_rootfs @@ -154,6 +154,7 @@ case "${LH_CHROOT_FILESYSTEM}" in lh chroot_resolv remove ${*} lh chroot_hosts remove ${*} lh chroot_sysv-rc remove ${*} + lh chroot_upstart remove ${*} lh chroot_dpkg remove ${*} lh chroot_debianchroot remove ${*} lh chroot_sysfs remove ${*} @@ -171,6 +172,7 @@ case "${LH_CHROOT_FILESYSTEM}" in lh chroot_debianchroot install ${*} lh chroot_dpkg install ${*} lh chroot_sysv-rc install ${*} + lh chroot_upstart install ${*} lh chroot_hosts install ${*} lh chroot_resolv install ${*} lh chroot_hostname install ${*} @@ -236,6 +238,7 @@ case "${LH_CHROOT_FILESYSTEM}" in lh chroot_resolv remove ${*} lh chroot_hosts remove ${*} lh chroot_sysv-rc remove ${*} + lh chroot_upstart remove ${*} lh chroot_dpkg remove ${*} lh chroot_debianchroot remove ${*} lh chroot_sysfs remove ${*} @@ -253,6 +256,7 @@ case "${LH_CHROOT_FILESYSTEM}" in lh chroot_debianchroot install ${*} lh chroot_dpkg install ${*} lh chroot_sysv-rc install ${*} + lh chroot_upstart install ${*} lh chroot_hosts install ${*} lh chroot_resolv install ${*} lh chroot_hostname install ${*} @@ -351,6 +355,7 @@ case "${LH_CHROOT_FILESYSTEM}" in lh chroot_resolv remove ${*} lh chroot_hosts remove ${*} lh chroot_sysv-rc remove ${*} + lh chroot_upstart remove ${*} lh chroot_dpkg remove ${*} lh chroot_debianchroot remove ${*} lh chroot_sysfs remove ${*} @@ -368,6 +373,7 @@ case "${LH_CHROOT_FILESYSTEM}" in lh chroot_debianchroot install ${*} lh chroot_dpkg install ${*} lh chroot_sysv-rc install ${*} + lh chroot_upstart install ${*} lh chroot_hosts install ${*} lh chroot_resolv install ${*} lh chroot_hostname install ${*} -- cgit v1.2.3