add udev rules for iscsi_firmware
parent
984a819b92
commit
a3f4e7709b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue