From 5370e2cc39a4fcc29908fd41d9c17a4015e47f78 Mon Sep 17 00:00:00 2001 From: Denys Havrysh Date: Fri, 22 Sep 2017 11:16:43 +0300 Subject: [PATCH] Add link to SUSE releases page --- README.rst | 2 +- bootstrap-salt.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index babddbc..8ea0854 100644 --- a/README.rst +++ b/README.rst @@ -264,7 +264,7 @@ SUSE family - openSUSE Leap 42.2/42.3 - openSUSE Tumbleweed 2015 -- SUSE Linux Enterprise Server 11 SP4/12 SP2 +- SUSE Linux Enterprise Server 11 SP4, 12 SP2 Ubuntu and derivatives diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 306425a..a3db5f1 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1531,6 +1531,7 @@ __check_end_of_life_versions() { ([ "$DISTRO_MAJOR_VERSION" -eq 12 ] && [ "$SUSE_PATCHLEVEL" -lt 02 ]); then echoerror "Versions lower than SuSE 11 SP4 or 12 SP2 are not supported." echoerror "Please consider upgrading to the next stable" + echoerror " https://www.suse.com/lifecycle/" exit 1 fi ;;