archinstall/examples
Victor df9c37ad93 Fix examples/config-sample.json to match the current config format
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.
2026-08-12 00:21:08 -03:00
..
auto_discovery_mounted.py Rename module device_model -> device (#3639) 2025-07-15 09:29:58 +02:00
config-sample.json Fix examples/config-sample.json to match the current config format 2026-08-12 00:21:08 -03:00
creds-sample.json Store password as hash instead of plaintext (#3276) 2025-04-08 08:53:18 +02:00
custom-command-sample.json Fix documentations and samples mentioning `custom-commands` instead of `custom_commands` (#3745) 2025-08-16 11:59:18 +10:00
disk_layouts-sample.json Removed the @.snapshots volume in order to support both Snapper and Timeshift #3363 (#3408) 2025-04-26 11:57:36 +02:00
full_automated_installation.py Refactor EncryptionType (#4438) 2026-04-17 10:08:23 +10:00
interactive_installation.py Symlink example files to actual scripts (#3495) 2025-05-23 13:09:42 +02:00
minimal_installation.py Symlink example files to actual scripts (#3495) 2025-05-23 13:09:42 +02:00
only_hd_installation.py Symlink example files to actual scripts (#3495) 2025-05-23 13:09:42 +02:00