diff options
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index 6229d4135..025bec8af 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -44,7 +44,6 @@ lb chroot_debianchroot install ${@} 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 ${@} @@ -81,7 +80,6 @@ lb chroot_hostname remove ${@} 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 ${@} |