e1531466e1
This change updates grub to the 2.04 release. The new release changed how grub is built, so the bootstrap and bootstrap.conf files have to be added to the dist-git. Also, the gitignore file changed so it has to be updated. Since the patches have been forward ported to 2.04, there's no need for a logic to maintain a patch with the delta between the release and the grub master branch. So the release-to-master.patch is dropped and no longer is updated by the do-rebase script. Also since gnulib isn't part of the grub repository anymore and cloned by the boostrap tool, a gnulib tarball is included as other source file and copied before calling the bootstrap tool. That way grub can be built even in builders that only have access to the sources lookaside cache. Resolves: rhbz#1727279 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
49 lines
1.6 KiB
Diff
49 lines
1.6 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Michael Chang <mchang@suse.com>
|
|
Date: Tue, 5 May 2015 14:19:24 +0800
|
|
Subject: [PATCH] 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 960e5f3ba41..495462b8e48 100644
|
|
--- a/docs/grub.texi
|
|
+++ b/docs/grub.texi
|
|
@@ -5338,6 +5338,7 @@ This command is only available on AArch64 systems.
|
|
* 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
|
|
@@ -5419,6 +5420,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
|