iso: fix packages.x86_64 (no inline comments; gstreamer-vaapi -> gst-plugin-va)
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>
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user