projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f46bb
)
iBFT: fix iscsi_noibft
author
craig
<craig@haquarter.de>
Sun, 10 Oct 2010 22:49:12 +0000
(
00:49
+0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Tue, 8 Feb 2011 16:57:04 +0000
(17:57 +0100)
defaults/linuxrc
patch
|
blob
|
history
diff --git
a/defaults/linuxrc
b/defaults/linuxrc
index ae0535b9093552915d6f5bf71b75db171c9ce060..61efc9537ad250dc4e140a234d9bcc6874a8635c 100755
(executable)
--- 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}"`