Signed-off-by: Fabiano Fidêncio <[email protected]>
---
.../ubuntu.com/ubuntu-preseed-jeos.xml.in | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
index 37f9d7f..4f4bc69 100644
--- a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
+++ b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
@@ -44,16 +44,16 @@
</xsl:choose>
</xsl:template>
- <xsl:template name="hostname">
- <xsl:choose>
- <xsl:when test="config/hostname != ''">
+ <xsl:template name="hostname">
+ <xsl:choose>
+ <xsl:when test="config/hostname != ''">
<xsl:value-of select="config/hostname"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>ubuntu</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:template>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>ubuntu</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:template>
<xsl:template match="/install-script-config">d-i debian-installer/locale
string <xsl:value-of select="config/l10n-language"/>
d-i console-setup/ask_detect boolean false
--
2.20.1
_______________________________________________
Libosinfo mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libosinfo