diff options
author | Harald Hoyer <harald@redhat.com> | 2012-04-03 09:24:59 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-04-03 09:30:26 +0200 |
commit | b48f5e847c78b0339e7afd64f6b69a5a0ee6e364 (patch) | |
tree | f900bcd9f22a88a8faaad45a2521d5938d5ed8fd /dracut.cmdline.7.asc | |
parent | bdb818997d83316f4b497004fe9085c4bbd2effa (diff) | |
download | dracut-b48f5e847c78b0339e7afd64f6b69a5a0ee6e364.tar.gz dracut-b48f5e847c78b0339e7afd64f6b69a5a0ee6e364.tar.bz2 dracut-b48f5e847c78b0339e7afd64f6b69a5a0ee6e364.zip |
iscsi: renamed rd.iscsi_param to rd.iscsi.param
Diffstat (limited to 'dracut.cmdline.7.asc')
-rw-r--r-- | dracut.cmdline.7.asc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 89b8c215..59b3fb68 100644 --- a/dracut.cmdline.7.asc +++ b/dracut.cmdline.7.asc @@ -358,13 +358,13 @@ netroot=iscsi:[2001:DB8::1]::::iqn.2009-06.dracut:target0 **root=**_???_ **netroot=**iscsi **rd.iscsi.firmware=1**:: will read the iscsi parameter from the BIOS firmware -**rd.iscsi_param=**_<param>_:: +**rd.iscsi.param=**_<param>_:: <param> will be passed as "--param <param>" to iscsistart. This parameter can be specified multiple times. e.g.: + ---- -"netroot=iscsi iscsi_firmware rd.iscsi_param=node.session.timeo.replacement_timeout=30" +"netroot=iscsi iscsi_firmware rd.iscsi.param=node.session.timeo.replacement_timeout=30" ---- + will result in |