Update: Corrected the setting.conf Calamares
Uncommented the key value pairs section for the inits Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
1d4fbd1e04
commit
1529342620
|
@ -7,15 +7,15 @@ modules-search: [ local, /usr/lib/calamares/modules ]
|
||||||
|
|
||||||
# YAML: list of maps of string:string key-value pairs.
|
# YAML: list of maps of string:string key-value pairs.
|
||||||
instances:
|
instances:
|
||||||
#- id: packages
|
- id: packages
|
||||||
# module: netinstall
|
module: netinstall
|
||||||
# config: netinstall-packages.conf
|
config: netinstall-packages.conf
|
||||||
#- id: system
|
- id: system
|
||||||
# module: netinstall
|
module: netinstall
|
||||||
# config: netinstall-system.conf
|
config: netinstall-system.conf
|
||||||
#- id: pkgs
|
- id: pkgs
|
||||||
# module: netinstall
|
module: netinstall
|
||||||
# config: netinstall-pkgs.conf
|
config: netinstall-pkgs.conf
|
||||||
|
|
||||||
|
|
||||||
sequence:
|
sequence:
|
||||||
|
|
Loading…
Reference in New Issue