summaryrefslogtreecommitdiff
path: root/scripts/build/binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-05-03 16:12:28 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-05-03 16:12:30 +0200
commit50b0b6f125d840818645ab22c50df5f7f186975c (patch)
tree904a5f44a426cb90ac9b59b3d05a39208d53ebaf /scripts/build/binary_rootfs
parent32211e14587dc862b3094506e59faf653ccee4b5 (diff)
downloadvyos-live-build-50b0b6f125d840818645ab22c50df5f7f186975c.tar.gz
vyos-live-build-50b0b6f125d840818645ab22c50df5f7f186975c.zip
Dropping support for upstart.
Ubuntu switched to systemd too, no point in keeping upstart support arround anymore.
Diffstat (limited to 'scripts/build/binary_rootfs')
-rwxr-xr-xscripts/build/binary_rootfs6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs
index f4fa0f67e..6c797acb3 100755
--- a/scripts/build/binary_rootfs
+++ b/scripts/build/binary_rootfs
@@ -150,7 +150,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv remove ${@}
lb chroot_hosts remove ${@}
lb chroot_sysv-rc remove ${@}
- lb chroot_upstart remove ${@}
lb chroot_dpkg remove ${@}
lb chroot_debianchroot remove ${@}
lb chroot_sysfs remove ${@}
@@ -168,7 +167,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_debianchroot install ${@}
lb chroot_dpkg install ${@}
lb chroot_sysv-rc install ${@}
- lb chroot_upstart install ${@}
lb chroot_hosts install ${@}
lb chroot_resolv install ${@}
lb chroot_hostname install ${@}
@@ -240,7 +238,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv remove ${@}
lb chroot_hosts remove ${@}
lb chroot_sysv-rc remove ${@}
- lb chroot_upstart remove ${@}
lb chroot_dpkg remove ${@}
lb chroot_debianchroot remove ${@}
lb chroot_sysfs remove ${@}
@@ -258,7 +255,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_debianchroot install ${@}
lb chroot_dpkg install ${@}
lb chroot_sysv-rc install ${@}
- lb chroot_upstart install ${@}
lb chroot_hosts install ${@}
lb chroot_resolv install ${@}
lb chroot_hostname install ${@}
@@ -377,7 +373,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv remove ${@}
lb chroot_hosts remove ${@}
lb chroot_sysv-rc remove ${@}
- lb chroot_upstart remove ${@}
lb chroot_dpkg remove ${@}
lb chroot_debianchroot remove ${@}
lb chroot_sysfs remove ${@}
@@ -395,7 +390,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_debianchroot install ${@}
lb chroot_dpkg install ${@}
lb chroot_sysv-rc install ${@}
- lb chroot_upstart install ${@}
lb chroot_hosts install ${@}
lb chroot_resolv install ${@}
lb chroot_hostname install ${@}