[Libosinfo] [PATCH] debian: Add needs-internet flag for JEOS script
Lasse Schuirmann
lasse.schuirmann at gmail.com
Fri Aug 15 15:19:54 UTC 2014
Maybe it is possible to avoid the need of an internet connection in this
script but in the current version debian will notify the user with a
"bad archive mirror" message if the connection is not present. This
question seems not to be meant to be preseeded and I don't know a way
to do it.
---
data/install-scripts/debian.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data/install-scripts/debian.xml b/data/install-scripts/debian.xml
index ac70efa..b164b01 100644
--- a/data/install-scripts/debian.xml
+++ b/data/install-scripts/debian.xml
@@ -12,6 +12,11 @@
<param name="target-disk" policy="optional"/>
</config>
<injection-method>initrd</injection-method>
+ <!-- FIXME: The need of an internet connection may be avoidable. It is
+ necessary for now since in this version the debian installer will
+ error out with a "bad archive mirror" message and refuse to continue
+ without user input. -->
+ <needs-internet>true</needs-internet>
<template>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
--
1.9.3
More information about the Libosinfo
mailing list