Skip to content

Commit

Permalink
Also display release name in prompt dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Prokop committed Sep 29, 2007
1 parent d779097 commit e8c652b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grml-live
Expand Up @@ -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"
Expand Down

0 comments on commit e8c652b

Please sign in to comment.