[Libosinfo] [PATCH 2/2] fedora: Specify installation method/source

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Fri Apr 26 19:47:57 UTC 2013


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

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




More information about the Libosinfo mailing list