X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=fe462d58ae1e4dee3541a3cfb424ee2e10287b65;hp=392f4ca20812f204815b14bf856e32229b1716fa;hb=31e514d282f56a14d0f8d4a5121ed626f6bef42c;hpb=bacacc36837825f121ff38fad7e0159b3bda1b67 diff --git a/grml-live b/grml-live index 392f4ca..fe462d5 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Dec 16 12:39:04 CET 2007 [mika] +# Latest change: Fri Dec 28 18:48:42 CET 2007 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -15,7 +15,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.0.13' +GRML_LIVE_VERSION='0.0.15' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -93,7 +93,7 @@ if [ -z "$LOGFILE" ] ; then fi touch $LOGFILE chown root:adm $LOGFILE -chmod 640 $LOGFILE +chmod 664 $LOGFILE NFSROOT_CONF=/etc/grml/fai/make-fai-nfsroot.conf