X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=components%2F9990-mount-iscsi.sh;fp=scripts%2Fboot%2F9990-mount-iscsi.sh;h=c9bab90199f13b71baa5fc4fd38e91ee3fa8d288;hb=3b9aa28dd04d694d49a07cf4d13fc8c704891f5b;hp=6ce9851049ed046c878aa6826e8dd1f7f5fc361a;hpb=659360c19ad0a28a430545149fc2c4f834d11007;p=live-boot-grml.git diff --git a/scripts/boot/9990-mount-iscsi.sh b/components/9990-mount-iscsi.sh similarity index 96% rename from scripts/boot/9990-mount-iscsi.sh rename to components/9990-mount-iscsi.sh index 6ce9851..c9bab90 100755 --- a/scripts/boot/9990-mount-iscsi.sh +++ b/components/9990-mount-iscsi.sh @@ -9,7 +9,7 @@ do_iscsi() modprobe iscsi_tcp local debugopt debugopt="" - [ "${DEBUG}" = "true" ] && debugopt="-d 8" + [ "${LIVE_BOOT_DEBUG}" = "true" ] && debugopt="-d 8" #FIXME this name is supposed to be unique - some date + ifconfig hash? ISCSI_INITIATORNAME="iqn.1993-08.org.debian.live:01:$(echo "${HWADDR}" | sed -e s/://g)" export ISCSI_INITIATORNAME