The sample config has not been valid since the 2023 disk layout rework and currently fails to parse, so the file the README points users at cannot be used: - sector_size was null, but SectorSize became a required object - partitions were missing the dev_path key, which the parser reads - the /home size used the Percent unit, which no longer exists - /home started at 20 GiB while / ended at 20993 MiB, overlapping it - gfx_driver kept the old "All open-source (default)" value Sizes and keys now mirror what the installer itself writes when saving a configuration. |
||
|---|---|---|
| .. | ||
| auto_discovery_mounted.py | ||
| config-sample.json | ||
| creds-sample.json | ||
| custom-command-sample.json | ||
| disk_layouts-sample.json | ||
| full_automated_installation.py | ||
| interactive_installation.py | ||
| minimal_installation.py | ||
| only_hd_installation.py | ||