fix: correct Calamares settings.conf format for 3.4.2
This commit is contained in:
@@ -28,37 +28,48 @@ package() {
|
|||||||
install -dm755 "${pkgdir}/etc/calamares"
|
install -dm755 "${pkgdir}/etc/calamares"
|
||||||
cat > "${pkgdir}/etc/calamares/settings.conf" << 'CONF'
|
cat > "${pkgdir}/etc/calamares/settings.conf" << 'CONF'
|
||||||
---
|
---
|
||||||
instances:
|
modules-search: [ local ]
|
||||||
- id: antergos-next
|
|
||||||
file: "/usr/share/calamares/branding/antergos-next/branding.desc"
|
|
||||||
|
|
||||||
sequence:
|
sequence:
|
||||||
- showq:
|
- show:
|
||||||
- welcome
|
- welcome
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- partition
|
- partition
|
||||||
- users
|
- users
|
||||||
- summary
|
- summary
|
||||||
- exec:
|
- exec:
|
||||||
- partition
|
- partition
|
||||||
- mount
|
- mount
|
||||||
- unpackfs
|
- unpackfs
|
||||||
- machineid
|
- machineid
|
||||||
- fstab
|
- fstab
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- grubcfg
|
- localecfg
|
||||||
- bootloader
|
- luksbootkeyfile
|
||||||
- services-systemd
|
- luksopenswaphookcfg
|
||||||
- packages
|
- initcpiocfg
|
||||||
- networkcfg
|
- initcpio
|
||||||
- hwclock
|
- users
|
||||||
- users
|
- displaymanager
|
||||||
- displaymanager
|
- networkcfg
|
||||||
- removeuser
|
- hwclock
|
||||||
- umountq
|
- services-systemd
|
||||||
|
- grubcfg
|
||||||
|
- bootloader
|
||||||
|
- umount
|
||||||
|
- show:
|
||||||
|
- finished
|
||||||
|
|
||||||
branding: antergos-next
|
branding: antergos-next
|
||||||
|
|
||||||
|
prompt-install: false
|
||||||
|
dont-chroot: false
|
||||||
|
oem-setup: false
|
||||||
|
disable-cancel: false
|
||||||
|
disable-cancel-during-exec: false
|
||||||
|
hide-back-and-next-during-exec: false
|
||||||
|
quit-at-end: false
|
||||||
CONF
|
CONF
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user