ORIG_IMG="/mnt/grml/live/grml64-full/grml64-full.squashfs"
TARGET_DIR="/var/tmp/grml"
-PACKAGES="infiniband-diags opensm bc git libpcre3 mbuffer lsscsi bind9-host bind9utils megacli lsitools"
+PACKAGES="infiniband-diags opensm bc git libpcre3 mbuffer lsscsi bind9-host bind9utils megacli lsitools storage-tools"
MY_BASE=$(basename $0 )
MY_DIR=$( readlink -f $( dirname $0 ) )
fi
wget http://mgmt/liveboot-turbas/grml.sh -O /tmp/grml.sh ||true
-if [[ -f /tmp/grml.sh -a -s /tmp/grml.sh ]] ; then
+if [[ -f /tmp/grml.sh && -s /tmp/grml.sh ]] ; then
chmod 755 /tmp/grml.sh ||true
/tmp/grml.sh ||true
fi