summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 08:38:42 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 08:38:42 +0100
commitb5e99b5b1410680823d2e4f3c2d38d995e222ab3 (patch)
tree2b5f27e2ee961bd33eb94fa2814e8a93dc0db3e0 /functions
parenta767601f25c43986250746b3e14b9cc24e35c230 (diff)
downloadvyos-live-build-b5e99b5b1410680823d2e4f3c2d38d995e222ab3.tar.gz
vyos-live-build-b5e99b5b1410680823d2e4f3c2d38d995e222ab3.zip
Dropping support for wheezy.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh28
-rwxr-xr-xfunctions/releases.sh2
2 files changed, 4 insertions, 26 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b41923266..095a7a20e 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -288,15 +288,7 @@ Set_defaults ()
*)
case "${LB_SYSTEM}" in
live)
- case "${LB_PARENT_DISTRIBUTION}" in
- wheezy)
- LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
- ;;
-
- *)
- LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
- ;;
- esac
+ LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
;;
normal)
@@ -533,14 +525,7 @@ Set_defaults ()
*)
# armel will have special images: one rootfs image and many additional kernel images.
# therefore we default to all available armel flavours
- case "${LB_DISTRIBUTION}" in
- wheezy)
- LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-iop32x ixp4xx kirkwood orion5x versatile}"
- ;;
- *)
- LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-ixp4xx kirkwood orion5x versatile}"
- ;;
- esac
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-ixp4xx kirkwood orion5x versatile}"
;;
esac
;;
@@ -548,14 +533,7 @@ Set_defaults ()
armhf)
# armhf will have special images: one rootfs image and many additional kernel images.
# therefore we default to all available armhf flavours
- case "${LB_DISTRIBUTION}" in
- wheezy)
- LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-mx5 omap}"
- ;;
- *)
- LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-armmp armmp-lpae}"
- ;;
- esac
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-armmp armmp-lpae}"
;;
amd64)
diff --git a/functions/releases.sh b/functions/releases.sh
index 4c679cd3a..3f1cc4b11 100755
--- a/functions/releases.sh
+++ b/functions/releases.sh
@@ -9,8 +9,8 @@
# Debian releases
-RELEASE_wheezy="7"
RELEASE_jessie="8"
+RELEASE_stretch="9"
RELEASE_sid="unstable"
# Progress Linux releases