X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=e3dc52834927742bca68da4bd5e7d927c2ae4722;hb=5cfb285d874809cedd269231b571704a9b6602b7;hp=e31244d1edc6df35eec2626b0a32150fda285135;hpb=4f8937bce96f552121e525eb927a2daea4dfae88;p=grml-live.git diff --git a/grml-live b/grml-live index e31244d..e3dc528 100755 --- a/grml-live +++ b/grml-live @@ -187,6 +187,9 @@ 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 "$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" [ -n "$FAI_ARGS" ] && echo " additional arguments for FAI: $FAI_ARGS"