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. --- data/install-scripts/debian.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/install-scripts/debian.xml b/data/install-scripts/debian.xml index ac70efa..5184c47 100644 --- a/data/install-scripts/debian.xml +++ b/data/install-scripts/debian.xml @@ -12,6 +12,8 @@ <param name="target-disk" policy="optional"/> </config> <injection-method>initrd</injection-method> + <!-- FIXME: The need of an internet connection may be avoidable. --> + <needs-internet>true</needs-internet> <template> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -- 1.9.3 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo