From e8c652b0062907ed9598e4fc1c887ee1e22e1d38 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 29 Sep 2007 12:16:02 +0200 Subject: [PATCH] Also display release name in prompt dialog --- grml-live | 1 + 1 file changed, 1 insertion(+) 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" -- 2.1.4