From: Michael Prokop Date: Sat, 29 Sep 2007 10:02:00 +0000 (+0200) Subject: Display version and grml_name in dialog X-Git-Tag: 0.0.3~10 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d77909746a45785fcee15712c16e2015f90dba1f Display version and grml_name in dialog --- 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"