[netinstall] Fix typo's in README

main
Adriaan de Groot 5 years ago
parent 220fd31226
commit 3302fe319b

@ -1,16 +1,16 @@
# Netinstall module # Netinstall module
The netinstall module allows distribution maintainers to ship minimal ISOs with The netinstall module allows distribution maintainers to ship minimal ISOs with
only a basic set of preinstall packages. At installation time, the user is only a basic set of preinstalled packages. At installation time, the user is
presented with the choice to install groups of packages from a predefined list. presented with the choice to install groups of packages from a predefined list.
Calamares will then invoke the correct backend to install the packages. Calamares will then use the *packages* module to install the packages.
## Module Configuration ## Module Configuration
The `netinstall.conf` file is self-describing, and at the very The `netinstall.conf` file is self-describing, and at the very
lease should contain a *groupsUrl* key: least should contain a *groupsUrl* key:
``` ```
---- ----
@ -18,13 +18,13 @@ lease should contain a *groupsUrl* key:
``` ```
The URL must point to a YAML file, the *groups* file. See below for The URL must point to a YAML file, the *groups* file. See below for
the format of that groups file. The URL may be a local file. the format of that groups file. The URL may be a local file (e.g.
scheme `file:///`) or a regular HTTP(s) URL.
## Groups Configuration ## Groups Configuration
Here is a short example Here is a short example of how the YAML file should look.
of how the YAML file should look.
``` ```
- name: "Group name" - name: "Group name"
@ -45,7 +45,7 @@ More keys (per group) are supported:
- *hidden*: if true, do not show the group on the page. Defaults to false. - *hidden*: if true, do not show the group on the page. Defaults to false.
- *selected*: if true, display the group as selected. Defaults to false. - *selected*: if true, display the group as selected. Defaults to false.
- critical*: if true, make the installation process fail if installing - *critical*: if true, make the installation process fail if installing
any of the packages in the group fails. Otherwise, just log a warning. any of the packages in the group fails. Otherwise, just log a warning.
Defaults to false. Defaults to false.
- *subgroups*: if present this follows the same structure as the top level - *subgroups*: if present this follows the same structure as the top level

Loading…
Cancel
Save