From: "Zeeshan Ali (Khattak)" <zeeshanak@xxxxxxxxx> While installation method/source has always been mandatory, Anaconda has ignored us not specifying it so far. Our luck runs out in Fedora 19 though, where unattended installation breaks if this is not explicitly specified. I'm not sure if hard coding the method is a good idea though. Ideas? --- data/install-scripts/fedora.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/install-scripts/fedora.xml b/data/install-scripts/fedora.xml index 11dd541..b7f7e25 100644 --- a/data/install-scripts/fedora.xml +++ b/data/install-scripts/fedora.xml @@ -92,6 +92,7 @@ <xsl:template match="/install-script-config"> # Install script for <xsl:value-of select="os/short-id"/> profile <xsl:value-of select="script/profile"/> install +cdrom text keyboard '<xsl:call-template name="keyboard"/>' lang <xsl:value-of select="config/l10n-language"/> @@ -244,6 +245,7 @@ reboot <xsl:template match="/install-script-config"> # Install script for <xsl:value-of select="os/short-id"/> profile <xsl:value-of select="script/profile"/> install +cdrom keyboard '<xsl:call-template name="keyboard"/>' lang <xsl:value-of select="config/l10n-language"/> network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname=<xsl:value-of select="config/hostname"/> -- 1.8.1.4 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo