summaryrefslogtreecommitdiff
path: root/helpers/chroot
diff options
context:
space:
mode:
authorTrent W. Buck <twb@cybersource.com.au>2010-03-04 13:36:28 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:04 +0100
commitbc02a0d8dd0c8636cfeac6ae444534db3b461855 (patch)
tree7e43ab073277e96408928c968c15ee90449cbd8f /helpers/chroot
parent5ab772d8c9f026591e19459d366a64a88a482c29 (diff)
downloadvyos-live-build-bc02a0d8dd0c8636cfeac6ae444534db3b461855.tar.gz
vyos-live-build-bc02a0d8dd0c8636cfeac6ae444534db3b461855.zip
Adding helper to prevent upstart from being run during chroot phase (Closes: #571056).
Diffstat (limited to 'helpers/chroot')
-rwxr-xr-xhelpers/chroot2
1 files changed, 2 insertions, 0 deletions
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 ${*}