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@xxxxxxxxxx> --- .../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 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo