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.
|
||||
instances:
|
||||
#- id: packages
|
||||
# module: netinstall
|
||||
# config: netinstall-packages.conf
|
||||
#- id: system
|
||||
# module: netinstall
|
||||
# config: netinstall-system.conf
|
||||
#- id: pkgs
|
||||
# module: netinstall
|
||||
# config: netinstall-pkgs.conf
|
||||
- id: packages
|
||||
module: netinstall
|
||||
config: netinstall-packages.conf
|
||||
- id: system
|
||||
module: netinstall
|
||||
config: netinstall-system.conf
|
||||
- id: pkgs
|
||||
module: netinstall
|
||||
config: netinstall-pkgs.conf
|
||||
|
||||
|
||||
sequence:
|
||||
|
|
Loading…
Reference in New Issue