Maybe it is possible to avoid the need of an internet connection in this script but the current version will ask a question to the user 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..c4a0c25 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. For more + information look at: + https://www.redhat.com/archives/libosinfo/2014-August/msg00058.html + --> + <needs-internet>true</needs-internet> <template> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -- 2.0.4 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo