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/chroot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers/chroot') diff --git a/helpers/chroot b/helpers/chroot index 65c5e659f..02a4c049d 100755 --- a/helpers/chroot +++ b/helpers/chroot @@ -35,6 +35,7 @@ lh chroot_sysfs install ${*} 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 ${*} @@ -69,6 +70,7 @@ lh chroot_hostname remove ${*} 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 ${*} -- cgit v1.2.3