X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=efaea44954dbd4bcb3505e05c6f3b0a428d4793c;hb=e185d67c5e91b61274aa84575dd4d4243005ff95;hp=2ecba76b2e9089322411ad5919d937920729e42a;hpb=cfd32a33aab0d28608bba9e34c65b2a1967be9b7;p=grml-live.git diff --git a/grml-live b/grml-live index 2ecba76..efaea44 100755 --- a/grml-live +++ b/grml-live @@ -20,7 +20,7 @@ fi VERBOSE='' FORCE='' -DEBUG='' +DEBUG='' # TODO / FIXME - not implemented yet # source main configuration file: . /etc/grml/grml-live.conf @@ -121,8 +121,16 @@ if [ -z "$FORCE" ] ; then fi # }}} +if [ -n "$GRML_LIVE_SOURCES" ] ; then + echo $GRML_LIVE_SOURCES > /etc/grml/fai/apt/sources.list +fi + +if [ -n "$FAI_DEBOOTSTRAP" ] ; then + sed -i "s#^FAI_DEBOOTSTRAP#FAI_DEBOOTSTRAP=$FAI_DEBOOTSTRAP#" /etc/grml/fai/make-fai-nfsroot.conf +fi + # execute FAI {{{ -echo fai -v -C "$FAI_CONFIG" -c"$CLASSES" dirinstall "$TARGET" $FAI_ARGS +fai -v -C "$FAI_CONFIG" -c"$CLASSES" dirinstall "$TARGET" $FAI_ARGS # }}} ## END OF FILE #################################################################