From d77909746a45785fcee15712c16e2015f90dba1f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 29 Sep 2007 12:02:00 +0200 Subject: [PATCH] Display version and grml_name in dialog --- grml-live | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grml-live b/grml-live index e31244d..9cda0ce 100755 --- a/grml-live +++ b/grml-live @@ -187,6 +187,8 @@ if [ -z "$FORCE" ] ; then [ -n "$CHROOT_TARGET" ] && echo " chroot target: $CHROOT_TARGET" [ -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 "$VERSION" ] && echo " grml version: $VERSION" [ -n "$SUITE" ] && echo " Debian suite: $SUITE" [ -n "$BOOT_METHOD" ] && echo " Boot method: $BOOT_METHOD" [ -n "$FAI_ARGS" ] && echo " additional arguments for FAI: $FAI_ARGS" -- 2.1.4