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
34 lines
1.1 KiB
From 291812be80bd5c89be841d3b406e8159b8dc3d83 Mon Sep 17 00:00:00 2001 |
|
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com> |
|
Date: Tue, 10 Sep 2019 14:36:49 +0200 |
|
Subject: [PATCH] install-script,fedora,jeos: %packages section must end with |
|
%end |
|
MIME-Version: 1.0 |
|
Content-Type: text/plain; charset=UTF-8 |
|
Content-Transfer-Encoding: 8bit |
|
|
|
Commit 2650b2febd93 broke JeOS unattended installations for Fedora 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/fedoraproject.org/fedora-kickstart-jeos.xml | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
diff --git a/install-script/fedoraproject.org/fedora-kickstart-jeos.xml b/install-script/fedoraproject.org/fedora-kickstart-jeos.xml |
|
index 6ff6cf0..77b6b50 100644 |
|
--- a/install-script/fedoraproject.org/fedora-kickstart-jeos.xml |
|
+++ b/install-script/fedoraproject.org/fedora-kickstart-jeos.xml |
|
@@ -212,6 +212,7 @@ url <xsl:call-template name="url-or-mirrorlist"/> |
|
<xsl:if test="os/version > 6"> |
|
@hardware-support |
|
</xsl:if> |
|
+%end |
|
|
|
%post --erroronfail |
|
|
|
-- |
|
2.23.0 |
|
|
|
|