From e2230cdd8f23e57ae32fe1580a2e84edf38fcc98 Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 2 Oct 2009 00:50:21 +0200 Subject: [PATCH] typo after merging patch with current genkernel --- gen_cmdline.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 94b4260..9534eee 100755 --- 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}" ;; -- 2.26.2