X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=f0eb8d814e6daa3b2a13f5f8ba1e60c183d273e5;hb=9f059faf8aa6aaddd527ab1a3cd1892c631823f4;hp=e5d6c77c4fe0dd5ba54b5a7e1061796cbc3ca034;hpb=6eebff865467946aeb40cf87d267c81d441bc8fd;p=grml-live.git diff --git a/grml-live b/grml-live index e5d6c77..f0eb8d8 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.43' +GRML_LIVE_VERSION='0.10.1' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' @@ -390,7 +390,7 @@ if [ -n "$MIRROR_DIRECTORY" ] ; then fi cat > "$SOURCES_LIST_FILE" << EOF # NOTE: This file is *NOT* meant for manual customisation! This file is -# modified by grml-live and any changes might be overriden. +# modified by grml-live and any changes might be overridden. # You might consider using GRML_LIVE_SOURCES in /etc/grml/grml-live.conf* # or FAI's fcopy command with /etc/grml/fai/config/files instead! EOF @@ -401,7 +401,7 @@ EOF elif [ -n "$GRML_LIVE_SOURCES" ] ; then cat > "$SOURCES_LIST_FILE" << EOF # NOTE: This file is *NOT* meant for manual customisation! This file is -# modified by grml-live and any changes might be overriden. +# modified by grml-live and any changes might be overridden. # You might consider using GRML_LIVE_SOURCES in /etc/grml/grml-live.conf* # or FAI's fcopy command with /etc/grml/fai/config/files instead! EOF