Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0117-dracut.8-changed-IPv6-addresses-to-the-documentation.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0117-dracut.8-changed-IPv6-addresses-to-the-documentation.patch of Package dracut
From 336f14736584fa5fc8c841d48a144350e2bcdc5e Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Thu, 17 Jun 2010 17:14:09 +0200 Subject: [PATCH] dracut.8: changed IPv6 addresses to the documentation address space --- dracut.8 | 6 +++--- 1 file 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= "[<server-ip>:]<root-dir>[:<nfs-options>]" mount nfs share from <server-ip>:/<root-dir>, 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:[<server-ip>:]<root-dir>[:<nfs-options>]" @@ -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]@]\:[<servername>]\::[<protocol>]\::[<port>]\::[<LUN>]\::<targetname> ..." @@ -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=" \%<initiator> " \%iscsi_target_name=" "<target name>" " \%iscsi_target_ip=" "<target ip>" " \%iscsi_target_port=" "<target port>" " \%iscsi_target_group=" "<target group>" " \%iscsi_username=" "<username>" " \%iscsi_password=" <password> " \%iscsi_in_username=" "<in username>" " \%iscsi_in_password=" "<in password>" -- 1.8.3.1