forked from pool/grub2
a3bdb368a2
- Version bump to 2.06 * rediff - 0001-add-support-for-UEFI-network-protocols.patch - 0002-net-read-bracketed-ipv6-addrs-and-port-numbers.patch - 0003-Make-grub_error-more-verbose.patch - 0003-bootp-New-net_bootp6-command.patch - 0005-grub.texi-Add-net_bootp6-doument.patch - 0006-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch - 0006-efi-Set-image-base-address-before-jumping-to-the-PE-.patch - 0008-efinet-Setting-DNS-server-from-UEFI-protocol.patch - 0046-squash-verifiers-Move-verifiers-API-to-kernel-image.patch - grub-install-force-journal-draining-to-ensure-data-i.patch - grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch - grub2-diskfilter-support-pv-without-metadatacopies.patch - grub2-efi-HP-workaround.patch - grub2-efi-xen-cfg-unquote.patch - grub2-efi-xen-chainload.patch - grub2-fix-menu-in-xen-host-server.patch - grub2-gfxmenu-support-scrolling-menu-entry-s-text.patch - grub2-install-remove-useless-check-PReP-partition-is-empty.patch - grub2-lvm-allocate-metadata-buffer-from-raw-contents.patch - grub2-mkconfig-default-entry-correction.patch - grub2-pass-corret-root-for-nfsroot.patch - grub2-s390x-03-output-7-bit-ascii.patch - grub2-s390x-04-grub2-install.patch - grub2-secureboot-install-signed-grub.patch - grub2-setup-try-fs-embed-if-mbr-gap-too-small.patch - use-grub2-as-a-package-name.patch * update by patch squashed: - 0001-Add-support-for-Linux-EFI-stub-loading-on-aarch64.patch OBS-URL: https://build.opensuse.org/request/show/904721 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=386
51 lines
1.6 KiB
Diff
51 lines
1.6 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(+)
|
|
|
|
Index: grub-2.06~rc1/docs/grub.texi
|
|
===================================================================
|
|
--- grub-2.06~rc1.orig/docs/grub.texi
|
|
+++ grub-2.06~rc1/docs/grub.texi
|
|
@@ -5477,6 +5477,7 @@ This command is only available on AArch6
|
|
* net_add_dns:: Add a DNS server
|
|
* net_add_route:: Add routing entry
|
|
* net_bootp:: Perform a bootp/DHCP 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
|
|
@@ -5533,6 +5534,24 @@ command (@pxref{net_dhcp}).
|
|
|
|
@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
|