X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=6beb3baaeb56eeb0db2522e7a2478edab39931c3;hb=58c2dc6009ef62b39eb943cba5bdfc33e4813e47;hp=477bdeda1ab62a837e8baa85890b758f894b47d9;hpb=f76869eb1688654769e833dae472ac6eab2f5806;p=grml-live.git diff --git a/grml-live b/grml-live index 477bded..6beb3ba 100755 --- a/grml-live +++ b/grml-live @@ -353,6 +353,11 @@ fi # does this suck? YES! if [ -n "$SUITE" ] ; then + # /usr/share/debootstrap/scripts/unstable does not exist, instead use 'sid': + case $SUITE in + unstable) SUITE='sid' ;; + esac + DIST=" etch\| stable\| lenny\| squeeze\| testing\| sid\| unstable" sed "s/\(deb .\+\)\([ \t]*\) $DIST\([ \t]*\)\(main \)/\1\2 $SUITE \3\4/" /etc/grml/fai/apt/sources.list | sponge /etc/grml/fai/apt/sources.list for file in "$LIVE_CONF" "$CONFIG" "$LOCAL_CONFIG" ; do