add udev rules for iscsi_firmware

master
Harald Hoyer 2009-07-30 16:11:11 +02:00
parent 984a819b92
commit a3f4e7709b
1 changed files with 6 additions and 2 deletions

View File

@ -40,8 +40,12 @@ source_all /etc/conf.d
modprobe crc32c modprobe crc32c


if getarg iscsi_firmware ; then if getarg iscsi_firmware ; then
iscsistart -b if [ -n "${root%%block:*}" ]; then
exit 0 # if root is not specified try to mount the whole iSCSI LUN
printf 'ENV{DEVTYPE}!="partition", SYMLINK=="disk/by-path/*-iscsi-*-%s", SYMLINK+="root"\n' $iscsi_lun >> /etc/udev/rules.d/99-iscsi-root.rules
fi
iscsistart -b
exit 0
fi fi


# override conf settings by command line options # override conf settings by command line options