X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=230fe507ee4580b0d824f380807952e5ccb4786a;hp=4409e37f3f355e22bbc8118336ffe477f69239b0;hb=346b946930e0c10920b42d5c74395f8f3a378af5;hpb=55dde69ba032841fce15eb2cef598c05666e9488 diff --git a/grml-live b/grml-live index 4409e37..230fe50 100755 --- a/grml-live +++ b/grml-live @@ -429,7 +429,7 @@ case $SUITE in *) echo "Sorry, $SUITE is not a valid Debian suite, exiting.">&2; bailout 1 ;; esac -DIST=" etch\| stable\| lenny\| squeeze\| testing\| sid\| unstable" +DIST=" etch\| stable\| lenny\| squeeze\| wheezy\| testing\| sid\| unstable" sed "s/\(^deb .\+\)\([ \t]*\)\($DIST\)\([ \t]*\)\(main \)/\1 \2$SUITE\4\5/" "$SOURCES_LIST_FILE" | sponge "$SOURCES_LIST_FILE" for file in "$LIVE_CONF" "$CONFIG" "$LOCAL_CONFIG" ; do if [ -n "$file" ] ; then