projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d9c84
)
typo after merging patch with current genkernel
author
craig
<craig@haquarter.de>
Thu, 1 Oct 2009 22:50:21 +0000
(
00:50
+0200)
committer
craig
<craig@haquarter.de>
Thu, 1 Oct 2009 22:50:21 +0000
(
00:50
+0200)
gen_cmdline.sh
patch
|
blob
|
history
diff --git
a/gen_cmdline.sh
b/gen_cmdline.sh
index 94b426097416aa903cf55f0cb74e9723f3ba701b..9534eee6b8b63cf696158ab87f4cdbc701925897 100755
(executable)
--- a/
gen_cmdline.sh
+++ b/
gen_cmdline.sh
@@
-291,7
+291,8
@@
parse_cmdline() {
--bootloader=*)
CMD_BOOTLOADER=`parse_opt "$*"`
print_info 2 "CMD_BOOTLOADER: ${CMD_BOOTLOADER}"
- --iscsi)
+ ;;
+ --iscsi=*)
CMD_ISCSI=1
print_info 2 "CMD_ISCSI: ${CMD_ISCSI}"
;;