From 8798dc03ea1972a81e5b8c24940c71822bec0da5 Mon Sep 17 00:00:00 2001 From: shainer Date: Mon, 11 Jul 2016 22:07:42 +0100 Subject: [PATCH] README for netinstall now explains how to require a working connection when launching Calamares. --- src/modules/netinstall/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/netinstall/README.md b/src/modules/netinstall/README.md index 6673cd141..790691e1b 100644 --- a/src/modules/netinstall/README.md +++ b/src/modules/netinstall/README.md @@ -34,6 +34,11 @@ If both keys are set to true for the same group, you are basically creating a "d Here is the set of instructions to have the module work in your Calamares. As of July 2016, this has been successfully tested using the live installation of Chakra Fermi. +First, if the module is used, we need to require a working Internet connection, otherwise the module will be +unable to fetch the package groups and to perform the installation. Requirements for the Calamares instance +are configured in the **welcome.conf** file (configuration for the **welcome** module). Make sure *internet* +is listed below *required*. + In the *settings.conf* file, decide where the **netinstall** page should be displayed. I put it just after the **welcome** page, but any position between that and just before **partition** should make no difference.