aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcraig <craig@haquarter.de>2008-11-21 22:46:36 +0100
committercraig <craig@haquarter.de>2009-06-28 20:37:33 +0200
commitcac66e09707752906215511e69ef1141d56bd2c4 (patch)
treef414f837483a702ada87001cea5fad12487f9c82 /defaults/linuxrc
parentApply fix to deference links for gentoo bug #269603 (diff)
downloadgenkernel-cac66e09707752906215511e69ef1141d56bd2c4.tar.gz
genkernel-cac66e09707752906215511e69ef1141d56bd2c4.tar.bz2
genkernel-cac66e09707752906215511e69ef1141d56bd2c4.zip
iSCSI patch for genkernel
Diffstat (limited to 'defaults/linuxrc')
-rwxr-xr-xdefaults/linuxrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 3fac6ad..c3d5239 100755
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -149,6 +149,17 @@ do
nfsroot\=*)
NFSROOT=`parse_opt "${x}"`
;;
+ # ISCSI
+ iscsi_i\=*)
+ ISCSI_I=`parse_opt "${x}"`
+ ;;
+ iscsi_t\=*)
+ ISCSI_T=`parse_opt "${x}"`
+ ;;
+ iscsi_a\=*)
+ ISCSI_A=`parse_opt "${x}"`
+ ;;
+ # Crypto
crypt_root\=*)
CRYPT_ROOT=`parse_opt "${x}"`
;;
@@ -263,6 +274,9 @@ setup_md_device
# Scan volumes
startVolumes
+# Start ISCSI
+startiscsi
+
setup_keymap
# Initialize LUKS root device except for livecd's