[Libosinfo] [osinfo-db PATCH 01/16] install-script, fedora, desktop: Drop unused bits

Fabiano Fidêncio fidencio at redhat.com
Tue Jun 18 19:06:17 UTC 2019


autopart usage has been introduced in commit 81beb9970 and, since then,
there's no need keep the rootfs and bootfs templates.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 .../fedora-kickstart-desktop.xml.in           | 22 -------------------
 1 file changed, 22 deletions(-)

diff --git a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in
index 1419772..0d14243 100644
--- a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in
+++ b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in
@@ -58,28 +58,6 @@
           <xsl:value-of select="substring-after($script-disk, '/dev/')"/>
         </xsl:template>
 
-        <xsl:template name="rootfs">
-          <xsl:choose>
-            <xsl:when test="os/version > 10">
-              <xsl:text>ext4</xsl:text>
-            </xsl:when>
-            <xsl:otherwise>
-              <xsl:text>ext3</xsl:text>
-            </xsl:otherwise>
-          </xsl:choose>
-        </xsl:template>
-
-        <xsl:template name="bootfs">
-          <xsl:choose>
-            <xsl:when test="os/version > 11">
-              <xsl:text>ext4</xsl:text>
-            </xsl:when>
-            <xsl:otherwise>
-              <xsl:text>ext3</xsl:text>
-            </xsl:otherwise>
-          </xsl:choose>
-        </xsl:template>
-
         <xsl:template name="keyboard">
           <xsl:choose>
             <xsl:when test="os/version > 17">
-- 
2.21.0




More information about the Libosinfo mailing list