From 5e07592a758954bc72ce3f955fda1160794f46a2 Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 11 Oct 2010 00:49:12 +0200 Subject: [PATCH] iBFT: fix iscsi_noibft --- defaults/linuxrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/linuxrc b/defaults/linuxrc index ae0535b..61efc95 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -178,6 +178,9 @@ do iscsi_debug\=*) ISCSI_DEBUG=`parse_opt "${x}"` ;; + iscsi_noibft) + ISCSI_NOIBFT=1 + ;; # Crypto crypt_root\=*) CRYPT_ROOT=`parse_opt "${x}"`