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,6 +40,10 @@ source_all /etc/conf.d
modprobe crc32c

if getarg iscsi_firmware ; then
if [ -n "${root%%block:*}" ]; then
# 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