X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=0fcbbd38a7abdd1eebd7fa7e1d9394ed4972d674;hb=9c9bd3f51c99120f38d56912afcf59042bbe5aa9;hp=a0333e28e5331e30a1805222d19e1c5587b7b457;hpb=27016a8d6fae94ae6c61a0784d5bfa6b6fa6a5ae;p=grml-live.git 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} # }}}