c-ludenberg
2c0d2424b4
fix: add --ignore logic to packages module too
...
The branding's netinstall.yaml has a Base System group with 'base'
that gets added to packageOperations. The packages module then
reinstalls base without --ignore, triggering the same init-logind
resolution bug. Adding the same --ignore logic from the basestrap
module.
2026-07-05 22:03:03 +02:00
c-ludenberg
8033575d50
fix: use --overwrite=* as single arg in packages module
2026-07-05 20:52:04 +02:00
c-ludenberg
ac52aeea16
fix: restore packages/main.py corrupted by debugfs journal dump
2026-07-05 20:44:39 +02:00
c-ludenberg
6579acb421
fix: remove broken netinstallAdd/base_init logic from basestrap causing invalid elogind-sddm package
2026-07-05 20:39:14 +02:00
c-ludenberg
2df1216df8
fix: restore packages/main.py custom module
2026-07-05 20:15:56 +02:00
c-ludenberg
75b454f3c8
fix: remove stray packages/main.py that got re-added
2026-07-05 20:08:20 +02:00
c-ludenberg
5f72d2b58b
fix: add tesseract-data-eng to livefs to prevent provider prompt during basestrap
2026-07-05 20:07:52 +02:00
c-ludenberg
b0e6525166
revert: restore original basestrap.conf, basestrap/main.py, remove broken packages/main.py
2026-07-05 20:03:00 +02:00
c-ludenberg
7beee69be4
feat: expand Calamares installer with DM chooser, explicit DE packages, and custom packages module
...
- Add packagechooser@dm instance for display manager selection (SDDM/LightDM/LXDM/LY)
- Expand desktop environment package lists (Xfce MATE LXQt i3) with explicit packages
- Change plasma -> plasma-meta and lsb-release -> antergos-lsb-release
- Add bootloader, displaymanager, grubcfg, postcfg, services-artix module configs
- Install antergos-release, antergos-wallpapers, antergos-grub-theme via basestrap
- Add custom packages/main.py with one-at-a-time install and --overwrite='*'
- Add --overwrite='*' to basestrap main.py for pacman -Sy operations
2026-07-04 22:44:04 +02:00