[netinstall] Point documentation towards netinstall README.md
This commit is contained in:
parent
6fb909a799
commit
ee29c45433
@ -4,6 +4,13 @@
|
|||||||
# groupsUrl: http://example.org/netinstall.php
|
# groupsUrl: http://example.org/netinstall.php
|
||||||
# or it can be a locally installed file:
|
# or it can be a locally installed file:
|
||||||
# groupsUrl: file:///usr/share/calamares/netinstall.yaml
|
# groupsUrl: file:///usr/share/calamares/netinstall.yaml
|
||||||
|
#
|
||||||
|
# Note that the contents of the groups file is the **inmportant**
|
||||||
|
# part of the configuration of this module. It specifies what
|
||||||
|
# the user may select and what commands are to be run.
|
||||||
|
#
|
||||||
|
# The format of the groups file is documented in `README.md`.
|
||||||
|
#
|
||||||
# groupsUrl: file:///usr/share/calamares/netinstall.yaml
|
# groupsUrl: file:///usr/share/calamares/netinstall.yaml
|
||||||
|
|
||||||
# If the installation can proceed without netinstall (e.g. the Live CD
|
# If the installation can proceed without netinstall (e.g. the Live CD
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# Example configuration with groups and packages, taken from Chakra Linux.
|
||||||
|
#
|
||||||
|
# This example is rather limited. See `README.md` for full documentation
|
||||||
|
# on the configuration format.
|
||||||
- name: "Default"
|
- name: "Default"
|
||||||
description: "Default group"
|
description: "Default group"
|
||||||
hidden: true
|
hidden: true
|
||||||
|
Loading…
Reference in New Issue
Block a user