X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;fp=grml-live;h=0fcbbd38a7abdd1eebd7fa7e1d9394ed4972d674;hp=a0333e28e5331e30a1805222d19e1c5587b7b457;hb=541a6ce02b78fb0f004b4f72200a4450ffa28f8f;hpb=6d869c1c62e716b394fd04caf33994f69fafda34 diff --git a/grml-live b/grml-live index a0333e2..0fcbbd3 100755 --- a/grml-live +++ b/grml-live @@ -625,7 +625,7 @@ einfo "Logging actions to logfile $LOGFILE" # dump config variables into file, for script access {{{ CONFIGDUMP=$(mktemp) -set | egrep \ +set | grep -E \ '^(GRML_NAME|RELEASENAME|DATE|VERSION|SUITE|ARCH|DISTRI_NAME|USERNAME|HOSTNAME|APT_PROXY)=' \ > ${CONFIGDUMP} # }}}