069a417c4f
- grub.default: Empty GRUB_CMDLINE_LINUX_DEFAULT, the value will be fully taken from YaST settings. (bsc#989803) - Add patches from Roberto Sassu <rsassu@suse.de> - Fix grub2-10_linux-avoid-multi-device-root-kernel-argument.patch, device path is not tested if GRUB_DISABLE_LINUX_UUID="true" - added grub2-fix-multi-device-root-kernel-argument.patch (bsc#960776) - grub2-zipl-setup: avoid multi-device root= kernel argument * added grub2-zipl-setup-fix-btrfs-multipledev.patch (bsc#960776) - Add SUSE_REMOVE_LINUX_ROOT_PARAM configuration option to /etc/default/grub, to remove root= and rootflags= from the kernel command line in /boot/grub2/grub.cfg and /boot/zipl/config - added grub2-suse-remove-linux-root-param.patch (bsc#962585) - Support HTTP Boot IPv4 and IPv6 (fate#320129) * 0001-misc-fix-invalid-character-recongition-in-strto-l.patch * 0002-net-read-bracketed-ipv6-addrs-and-port-numbers.patch * 0003-bootp-New-net_bootp6-command.patch * 0004-efinet-UEFI-IPv6-PXE-support.patch * 0005-grub.texi-Add-net_bootp6-doument.patch * 0006-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch * 0007-efinet-Setting-network-from-UEFI-device-path.patch * 0008-efinet-Setting-DNS-server-from-UEFI-protocol.patch - Fix heap corruption after dns lookup * 0001-dns-fix-buffer-overflow-for-data-addresses-in-recv_h.patch OBS-URL: https://build.opensuse.org/request/show/416645 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=224
52 lines
1.7 KiB
Diff
52 lines
1.7 KiB
Diff
From 2c997c8c058b41d3a59a81f2bf654288b7cdf8f2 Mon Sep 17 00:00:00 2001
|
|
From: Michael Chang <mchang@suse.com>
|
|
Date: Tue, 5 May 2015 14:19:24 +0800
|
|
Subject: [PATCH 5/8] grub.texi: Add net_bootp6 doument
|
|
|
|
Update grub documentation for net_bootp6 command.
|
|
|
|
Signed-off-by: Michael Chang <mchang@suse.com>
|
|
Signed-off-by: Ken Lin <ken.lin@hpe.com>
|
|
---
|
|
docs/grub.texi | 17 +++++++++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
|
|
diff --git a/docs/grub.texi b/docs/grub.texi
|
|
index 82f6fa4..60b4aa0 100644
|
|
--- a/docs/grub.texi
|
|
+++ b/docs/grub.texi
|
|
@@ -5173,6 +5173,7 @@ See @uref{http://wiki.xen.org/wiki/XSM} for more detail.
|
|
* net_add_dns:: Add a DNS server
|
|
* net_add_route:: Add routing entry
|
|
* net_bootp:: Perform a bootp autoconfiguration
|
|
+* net_bootp6:: Perform a DHCPv6 autoconfiguration
|
|
* net_del_addr:: Remove IP address from interface
|
|
* net_del_dns:: Remove a DNS server
|
|
* net_del_route:: Remove a route entry
|
|
@@ -5254,6 +5255,22 @@ Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_extensionspath}
|
|
|
|
@end deffn
|
|
|
|
+@node net_bootp6
|
|
+@subsection net_bootp6
|
|
+
|
|
+@deffn Command net_bootp6 [@var{card}]
|
|
+Perform configuration of @var{card} using DHCPv6 protocol. If no card name is
|
|
+specified, try to configure all existing cards. If configuration was
|
|
+successful, interface with name @var{card}@samp{:dhcp6} and configured address
|
|
+is added to @var{card}.
|
|
+
|
|
+@table @samp
|
|
+@item 1 (Domain Name Server)
|
|
+Adds all servers from option value to the list of servers used during name
|
|
+resolution.
|
|
+@end table
|
|
+
|
|
+@end deffn
|
|
|
|
@node net_del_addr
|
|
@subsection net_del_addr
|
|
--
|
|
2.6.6
|
|
|