You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
1.1 KiB

From e93f1f28013f7cb2b69a85a6e073a400fdf4e236 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
Date: Tue, 10 Sep 2019 14:30:02 +0200
Subject: [PATCH] install-script,rhel,jeos: %packages section must end with
%end
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Commit aa9b3c7bb54c broke JeOS unattended installations for RHEL/CentOS
by adding a new section (%post) without ending the previous section
(%packages).
Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
---
install-script/redhat.com/rhel-kickstart-jeos.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/install-script/redhat.com/rhel-kickstart-jeos.xml b/install-script/redhat.com/rhel-kickstart-jeos.xml
index 9629e30..2b53dcd 100644
--- a/install-script/redhat.com/rhel-kickstart-jeos.xml
+++ b/install-script/redhat.com/rhel-kickstart-jeos.xml
@@ -167,6 +167,7 @@ url --url=<xsl:call-template name="installation-url"/>
</xsl:otherwise>
</xsl:choose>
@core
+%end
%post --erroronfail
--
2.23.0