X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=716fc35a5822a6cea67ef02e328079458ca7b805;hb=1360d96fa2375b663cda1f01bef72ef5106a0b12;hp=0e2a49df88ffd107d442d485bdb309efd9ee92b0;hpb=1efc176faeb4493102a306e3f28b289c49849b5d;p=grml-live.git diff --git a/grml-live b/grml-live index 0e2a49d..716fc35 100755 --- a/grml-live +++ b/grml-live @@ -378,6 +378,15 @@ if [ -n "$SUITE" ] ; then # /usr/share/debootstrap/scripts/unstable does not exist, instead use 'sid': case $SUITE in unstable) SUITE='sid' ;; + # make sure that we *NEVER* write any broken suite name to sources.list, + # otherwise we won't be able to adjust it one next (correct) execution + stable) ;; + testing) ;; + etch) ;; + lenny) ;; + squeeze) ;; + sid) ;; + *) echo "Sorry, $SUITE is not a valid Debian suite, exiting.">&2; bailout 1 ;; esac DIST=" etch\| stable\| lenny\| squeeze\| testing\| sid\| unstable"