X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=93478730493e5c1cc5a4db2fe4ba99f3bfe82896;hb=8c22407b8651a20a9c5ca296a4188cfabbb49469;hp=76c8767b391032f2061ee55b46a931fa3685bf8a;hpb=b910bf898369946ed814409d9dcac94892ff5291;p=grml-live.git diff --git a/grml-live b/grml-live index 76c8767..9347873 100755 --- a/grml-live +++ b/grml-live @@ -65,7 +65,7 @@ trap bailout 1 2 3 15 [ -n "$LOGDIR" ] || LOGDIR="/var/log/fai/dirinstall/$HOSTNAME" [ -d "$LOGDIR" ] || mkdir -p $LOGDIR -LOGFILE="$LOGDIR/grml-live.conf" +LOGFILE="$LOGDIR/grml-live.log" # }}} # some important functions {{{ @@ -365,7 +365,7 @@ fi # create md5sum file: ( cd $BUILD_TARGET/GRML && -find .. -type f -not -name md5sums -exec md5sum {} \; > md5sums ) +find .. -type f -not -name md5sums -not -name isolinux.bin -exec md5sum {} \; > md5sums ) # }}} # ISO_TARGET - mkisofs {{{