X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=10240fef04b8a5ec4d842c32cbd07a0f83c589b4;hp=32afb5e4b4c7b2d910980a0925d2a1947e5eb3c5;hb=cbc3a3eeb59a1e1cb6ab0815e297bc95fb85cee3;hpb=c30850b9dbeeb73bbdfc9e49995c037c7387cb9b diff --git a/grml-live b/grml-live index 32afb5e..10240fe 100755 --- a/grml-live +++ b/grml-live @@ -246,6 +246,10 @@ specify it on the command line using the -o option." # trim characters that are known to cause problems inside $GRML_NAME; # for example isolinux does not like '-' inside the directory name [ -n "$GRML_NAME" ] && export SHORT_GRML_NAME="$(echo $GRML_NAME | tr -d ',./;\- ')" + +# export variables to have them available in fai scripts: +[ -n "$GRML_NAME" ] && export "$GRML_NAME" +[ -n "$RELEASENAME" ] && export "$RELEASENAME" # }}} # clean/zero grml-live logfile {{{