From: Michael Prokop Date: Sat, 29 Sep 2007 10:16:02 +0000 (+0200) Subject: Also display release name in prompt dialog X-Git-Tag: 0.0.3~9 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e8c652b0062907ed9598e4fc1c887ee1e22e1d38 Also display release name in prompt dialog --- diff --git a/grml-live b/grml-live index 9cda0ce..e3dc528 100755 --- a/grml-live +++ b/grml-live @@ -188,6 +188,7 @@ if [ -z "$FORCE" ] ; then [ -n "$BUILD_TARGET" ] && echo " build target: $BUILD_TARGET" [ -n "$ISO_TARGET" ] && echo " ISO target: $ISO_TARGET" [ -n "$GRML_NAME" ] && echo " grml name: $GRML_NAME" + [ -n "$RELEASENAME" ] && echo " release name: $RELEASENAME" [ -n "$VERSION" ] && echo " grml version: $VERSION" [ -n "$SUITE" ] && echo " Debian suite: $SUITE" [ -n "$BOOT_METHOD" ] && echo " Boot method: $BOOT_METHOD"