c7039f13b9
Inline comments after a package name broke kitty/flatpak (became invalid names with trailing whitespace). gstreamer-vaapi was removed from Arch. calamares is AUR-only -> commented pending a [tanin] rebuild decision. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
# Calamares for TANINUX (camel). Model: clone the live system to the target with
|
|
# unpackfs, then configure bootloader (systemd-boot), services (greetd), set up
|
|
# snapper + Flathub, and strip the live-only installer bits.
|
|
---
|
|
modules-search: [ local, /usr/lib/calamares/modules ]
|
|
|
|
instances:
|
|
- id: snapper
|
|
module: shellprocess
|
|
config: shellprocess-snapper.conf
|
|
- id: flathub
|
|
module: shellprocess
|
|
config: shellprocess-flathub.conf
|
|
- id: striplive
|
|
module: shellprocess
|
|
config: shellprocess-striplive.conf
|
|
|
|
sequence:
|
|
- show:
|
|
- welcome
|
|
- locale
|
|
- keyboard
|
|
- partition
|
|
- users
|
|
- summary
|
|
- exec:
|
|
- partition
|
|
- mount
|
|
- unpackfs
|
|
- machineid
|
|
- fstab
|
|
- locale
|
|
- keyboard
|
|
- localecfg
|
|
- luksbootkeyfile
|
|
- users
|
|
- networkcfg
|
|
- hwclock
|
|
- shellprocess@snapper
|
|
- shellprocess@flathub
|
|
- shellprocess@striplive
|
|
- packages # remove live-only packages (calamares, cage)
|
|
- services-systemd # enable greetd + NetworkManager on the target
|
|
- mkinitcpio # regenerate initramfs (plymouth hook)
|
|
- bootloader # systemd-boot, kernel cmdline 'quiet splash'
|
|
- umount
|
|
- show:
|
|
- finished
|
|
|
|
branding: tanin
|
|
prompt-install: true
|
|
dont-chroot: false
|
|
oem-setup: false
|
|
disable-cancel: false
|