diff options
Diffstat (limited to 'scripts/build/installer')
-rwxr-xr-x | scripts/build/installer | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/installer b/scripts/build/installer index 34c53fffd..f60fe8136 100755 --- a/scripts/build/installer +++ b/scripts/build/installer @@ -45,7 +45,6 @@ then lb chroot_dpkg install ${@} lb chroot_tmpfs install ${@} lb chroot_sysv-rc install ${@} - lb chroot_upstart install ${@} lb chroot_hosts install ${@} lb chroot_resolv install ${@} lb chroot_hostname install ${@} @@ -66,7 +65,6 @@ then lb chroot_resolv remove ${@} lb chroot_hosts remove ${@} lb chroot_sysv-rc remove ${@} - lb chroot_upstart remove ${@} lb chroot_tmpfs remove ${@} lb chroot_dpkg remove ${@} lb chroot_debianchroot remove ${@} |