X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=a97f5ece929625a1623f3f8799aabf1ecc5ee25a;hp=7a71239a898cd74029455c6f3586fc75793e83ef;hb=3aa73011a14ca04e2ba24ff18783c15ffe6f21f1;hpb=ccba9a85a1ad2e6aa405987195c1230e8a28c783 diff --git a/grml-debootstrap b/grml-debootstrap index 7a71239..a97f5ec 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -821,6 +821,14 @@ if [ "$CURRENT_ARCH" != "x86_64" ] ; then fi # }}} +# Support for generic release codenames is unavailable. {{{ +if [ "$RELEASE" = "stable" ] || [ "$RELEASE" = "testing" ] ; then + eerror "Generic release codenames (stable, testing) are unsupported. \ +Please use specific codenames such as lenny, squeeze, wheezy or jessie." ; eend 1 + bailout 1 +fi +# }}} + checkconfiguration # finally make sure at least $TARGET is set [the partition for the new system] {{{