X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=16d4a6f32d559fb65af61d0ed3ac2a402bf2c4a8;hb=e08881cde5d29236a5992a0a501b43e88d66732d;hp=786eb7577f463644ca734a54bef841e4b1190b8f;hpb=93e0340d809d7ce4b9db53dc354345e122907be6;p=grml-live.git diff --git a/grml-live b/grml-live index 786eb75..16d4a6f 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Sep 16 23:53:24 CEST 2007 [mika] +# Latest change: Mon Sep 17 00:21:49 CEST 2007 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -56,14 +56,14 @@ usage() echo " $PN - build process script for generating a (grml based) Linux Live-ISO -Usage: $PN [-c ] [-t ] [-F] [-h|--help] [additional_arguments_for_fai] +Usage: $PN [-c ] [-t ] [-s [-Fvh] Usage examples: $PN $PN -c GRML,I386 -t /dev/shm/grml $PN -c GRML,GRML_X,I386 -t /grml/ - $PN -c GRML,I386 + $PN -s sid -c GRML,I386 More details: man grml-live /usr/share/doc/grml-live/grml-live.html @@ -131,7 +131,8 @@ if [ -n "$GRML_LIVE_SOURCES" ] ; then echo "$GRML_LIVE_SOURCES" > /etc/grml/fai/apt/sources.list fi -# we assume that it is set to 'etch' by default +# this heuristic is broken as it works exactly *once* by default :-/ +# TODO / FIXME if [ -n "$SUITE" ] ; then sed -i "s#etch #$SUITE #" /etc/grml/fai/make-fai-nfsroot.conf sed -i "s#etch #$SUITE #" /etc/grml/grml-live.conf