2821c9c6d4
The anaconda-preexec script runs ahead of Anaconda to cache the IP address of the network boot server in the /etc/hosts file, to avoid further DNS queries during installation. This update extends the checks to add support for IPv6 and to allow for https network access. Change-Id: Iadc86cbf971d6ecb0c478a2a16d5040d18a82ef0 Story: 2006980 Task: 38728 Signed-off-by: Don Penney <don.penney@windriver.com>
48 lines
1.4 KiB
Diff
48 lines
1.4 KiB
Diff
From 9a2fa4a719df870296f8559bbf775696b49847c5 Mon Sep 17 00:00:00 2001
|
|
From: Don Penney <don.penney@windriver.com>
|
|
Date: Fri, 7 Feb 2020 14:09:28 -0500
|
|
Subject: [PATCH] Add support for https and IPv6 to anaconda-preexec
|
|
|
|
Include the source patch that adds support for https and IPv6.
|
|
|
|
Signed-off-by: Don Penney <don.penney@windriver.com>
|
|
---
|
|
SPECS/anaconda.spec | 6 ++++--
|
|
1 file changed, 4 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
|
|
index c482f38..8fea2fa 100644
|
|
--- a/SPECS/anaconda.spec
|
|
+++ b/SPECS/anaconda.spec
|
|
@@ -24,11 +24,12 @@ Patch8: 9800-rpmostreepayload-Rework-remote-add-handling.patch
|
|
Patch9: yumpayload-dont-verify-disabled-repos.patch
|
|
Patch10: anaconda-centos-armhfp-extloader.patch
|
|
|
|
-# WRS
|
|
+# StarlingX
|
|
Patch10001: 0001-TIS-Progress-and-error-handling.patch
|
|
Patch10002: 0002-revert-7.4-grub2-efi-handling.patch
|
|
Patch10003: 0003-Set-default-hostname-to-localhost.patch
|
|
Patch10004: 0004-Cache-server-ip-in-etc-hosts.patch
|
|
+Patch10005: 0005-Add-support-for-IPv6-and-https-to-anaconda-preexec.patch
|
|
|
|
# Versions of required components (done so we make sure the buildrequires
|
|
# match the requires versions of things).
|
|
@@ -256,11 +257,12 @@ runtime on NFS/HTTP/FTP servers or local disks.
|
|
%patch10 -p1
|
|
%endif
|
|
|
|
-# WRS
|
|
+# StarlingX
|
|
%patch10001 -p1
|
|
%patch10002 -p1
|
|
%patch10003 -p1
|
|
%patch10004 -p1
|
|
+%patch10005 -p1
|
|
|
|
%build
|
|
%configure --disable-static \
|
|
--
|
|
1.8.3.1
|
|
|