From be217dc4d477b8453794cd47842002de14c87c82 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 17 Jun 2010 17:14:09 +0200 Subject: [PATCH 3/8] dracut.8: changed IPv6 addresses to the documentation address space --- dracut.8 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dracut.8 b/dracut.8 index 1417c36..45d3295 100644 --- a/dracut.8 +++ b/dracut.8 @@ -284,7 +284,7 @@ specify nameserver(s) to use .TP .BR root= "[:][:]" mount nfs share from :/, if no server-ip is given, -use dhcp next_server. if server-ip is an IPv6 address it has to be put in brackets, e.g. [fec0:0:a10:4000:3c67:6ff:fe1f:5904]. +use dhcp next_server. if server-ip is an IPv6 address it has to be put in brackets, e.g. [2001:DB8::1]. NFS options can be appended with the prefix ":" or "," and are seperated by ",". .TP .BR root= "nfs:[:][:]" @@ -331,7 +331,7 @@ e.g. root=iscsi:192.168.50.1::::iqn.2009-06.dracut:target0 .ad l If servername is an IPv6 address, it has to be put in brackets. e.g. - root=iscsi:@[fec0:0:a10:4000:3c67:6ff:fe1f:5904]::::iqn.2009-06.dracut:target0 + root=iscsi:[2001:DB8::1]::::iqn.2009-06.dracut:target0 .TP .ad l .BR root= ??? " netroot=" "\%iscsi:[username:password[:reverse:password]@]\:[]\::[]\::[]\::[]\:: ..." @@ -345,7 +345,7 @@ multiple netroot options allow setting up multiple iscsi disks .ad l If servername is an IPv6 address, it has to be put in brackets. e.g. - netroot=iscsi:@[fec0:0:a10:4000:3c67:6ff:fe1f:5904]::::iqn.2009-06.dracut:target0 + netroot=iscsi:[2001:DB8::1]::::iqn.2009-06.dracut:target0 .TP .ad l .BR \%root= \%??? " \%iscsi_initiator=" \% " \%iscsi_target_name=" "" " \%iscsi_target_ip=" "" " \%iscsi_target_port=" "" " \%iscsi_target_group=" "" " \%iscsi_username=" "" " \%iscsi_password=" " \%iscsi_in_username=" "" " \%iscsi_in_password=" "" -- 1.7.0.1