summaryrefslogtreecommitdiff
path: root/data/architectures
AgeCommit message (Collapse)Author
2022-11-12T4796: Allow configuration of 'bootloader' paramJames Simpson
Remove hard-coded values for "bootloader" when creating the live-build, replaced with the value of `bootloaders`. Set the current value to the default value if not specified, via `defaults.toml`. Add the default for arm64 as `grub-efi`.
2022-11-07T4796: Move additional_repositoriesJames Simpson
Declare in architectures/amd64, not in defaults
2022-10-06T3664: initial implementation of the build flavor systemDaniil Baturin