Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Display version and grml_name in dialog
authorMichael Prokop
Sat Sep 29 12:02:00 2007 +0200 (14 months ago)
changeset 117d73829345f21
manifestd73829345f21
parent 11691e3f3ee4ef3
child 1188acdfa5e93c6
Display version and grml_name in dialog
grml-live
--- a/grml-live Sat Sep 29 11:59:06 2007 +0200
+++ b/grml-live Sat Sep 29 12:02:00 2007 +0200
@@ -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"