diff options
author | 2010-10-11 00:49:12 +0200 | |
---|---|---|
committer | 2011-02-08 17:57:04 +0100 | |
commit | 5e07592a758954bc72ce3f955fda1160794f46a2 (patch) | |
tree | b092a4ae7e3e2883dd472740a70674507b4e256a | |
parent | Add iBFT support for iSCSI (diff) | |
download | genkernel-5e07592a758954bc72ce3f955fda1160794f46a2.tar.gz genkernel-5e07592a758954bc72ce3f955fda1160794f46a2.tar.bz2 genkernel-5e07592a758954bc72ce3f955fda1160794f46a2.zip |
iBFT: fix iscsi_noibft
-rwxr-xr-x | defaults/linuxrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc index ae0535b9..61efc953 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}"` |