X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=bdefd28b30bc568a97a20824cead0b5e9f51320a;hp=044140ac0e8116c49ebe6d603a7a56a5e97d9b81;hb=d618834a07a79693e807d8f6e473c8c4443f9d2f;hpb=fda69fdbf5232e28a8536317656e16fca2ad2962 diff --git a/grml-live b/grml-live index 044140a..bdefd28 100755 --- a/grml-live +++ b/grml-live @@ -402,7 +402,7 @@ fi [ -n "$VERSION" ] || VERSION='0.0.1' # output specific stuff, depends on $OUTPUT (iff not set): -[ -n "$OUTPUT" ] || OUTPUT='/grml/grml-live' +[ -n "$OUTPUT" ] || OUTPUT="$PWD/grml/" [ -n "$BUILD_OUTPUT" ] || BUILD_OUTPUT="$OUTPUT/grml_cd" [ -n "$CHROOT_OUTPUT" ] || CHROOT_OUTPUT="$OUTPUT/grml_chroot" [ -n "$ISO_OUTPUT" ] || ISO_OUTPUT="$OUTPUT/grml_isos" @@ -1431,7 +1431,7 @@ else bailout 12 "Unknown HYBRID_METHOD [${HYBRID_METHOD}]. Supported values: disable, isohybrid, grub2, manifold" fi - # generate md5sum and sha1sum of ISO if we are using class 'RELEASE': + # generate ISO checksums if we are using class 'RELEASE': case $CLASSES in *RELEASE*) [ "$RC" = 0 ] && \ (