[PATCH rhel6-branch] Use proper labeling of automatic ipv6 configuration in loader (#656315)

Radek Vykydal rvykydal at redhat.com
Wed Sep 19 11:56:31 UTC 2012


Using the same labels as nm-c-e.
Note: the DHCP only option is not very useful actually, but its
removing is something for a separate bug.

I also am going to update docs and wikis for ui, ks and boot options.

Resolves: rhbz#656315
---
 loader/net.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/loader/net.h b/loader/net.h
index c95ef77..1d09684 100644
--- a/loader/net.h
+++ b/loader/net.h
@@ -27,8 +27,8 @@
 #define DHCP_METHOD_STR   _("Dynamic IP configuration (DHCP)")
 #define MANUAL_METHOD_STR _("Manual configuration")
 #ifdef ENABLE_IPV6
-#define DHCPV6_METHOD_STR _("Dynamic IP configuration (DHCPv6)")
-#define AUTO_METHOD_STR   _("Automatic neighbor discovery")
+#define DHCPV6_METHOD_STR _("Automatic, DHCP only")
+#define AUTO_METHOD_STR   _("Automatic")
 #endif
 
 #define SYSCONFIG_PATH       "/etc/sysconfig"
-- 
1.7.4



More information about the anaconda-patches mailing list