why the FUCK did i think making an init selector was a good idea
artix themselves dont even ship services in their online installer
they just give you a bare system and say "figure it out" and
it WORKS because people can just install their init of choice
afterwards. but nooooo i had to be clever and build a whole
netinstall-add monstrosity with openrc/runit/s6 service groups
that broke constantly because basestrap --overwrite is a lie
and init packages conflict with each other and sddm-openrc +
lightdm-openrc both Provide: init-displaymanager and pacman
just goes 🖕 during install.
so anyway. dinit only now. you want something else? read
changing-init.md, i literally copied the artix wiki tutorial.
i am not maintaining four init service groups in netinstall.yaml
for the rest of my life. this is my villain origin story.
actual changes:
- ripped out offline calamares mode (was never truly offline)
- ripped out packagechooser.conf (good fucking riddance)
- added packagechooser_dm.conf so you can at least pick your DM
- added BYODE offline installer (bare system + btrfs + snapper,
no DE, you pacman -Sy plasma-meta yourself)
- added yay + snapper + btrfs-progs to rootfs
- shoved Init Services + DM groups into netinstall.yaml (dinit
only, obviously)
- updated every markdown file that mentioned another init like
they were cursed (they were)
- wrote changing-init.md so i can just paste the link next time
someone asks
- X-KDE-IsAdminApplication=true so KDE stops acting like
calamares is a virus (its not, its just desperate)
93 lines
1.8 KiB
YAML
93 lines
1.8 KiB
YAML
---
|
|
# Antergos NeXT Minimal (Xfce) profile
|
|
# Based on artools xfce profile with Antergos branding
|
|
|
|
live-session:
|
|
user: antergos
|
|
password: antergos
|
|
autologin: true
|
|
use-xlibre: true
|
|
services:
|
|
- acpid
|
|
- bluetoothd
|
|
- cronie
|
|
- cupsd
|
|
- NetworkManager
|
|
- sddm
|
|
- power-profiles-daemon
|
|
user-services:
|
|
- dbus
|
|
- pipewire
|
|
- pipewire-pulse
|
|
- wireplumber
|
|
rootfs:
|
|
packages:
|
|
- antergos-release
|
|
- antergos-lsb-release
|
|
- calamares
|
|
- python-toml
|
|
- calamares-branding-antergos-next-minimal
|
|
- antergos-next-keyring
|
|
- antergos-wallpapers
|
|
- antergos-sddm-theme
|
|
- antergos-grub-theme
|
|
- falkon
|
|
- antergos-xfce-theme
|
|
- xfce4
|
|
- xfce4-goodies
|
|
- thunar
|
|
- thunar-volman
|
|
- tumbler
|
|
- xfce4-terminal
|
|
- mousepad
|
|
- pavucontrol
|
|
- gnome-keyring
|
|
- parole
|
|
- ristretto
|
|
packages-init:
|
|
dinit:
|
|
- pipewire-dinit
|
|
- pipewire-pulse-dinit
|
|
- wireplumber-dinit
|
|
- userspawn-dinit
|
|
- sddm-dinit
|
|
- networkmanager-dinit
|
|
- cups-dinit
|
|
- acpid-dinit
|
|
- bluez-dinit
|
|
- cronie-dinit
|
|
- dbus-dinit
|
|
- dbus-dinit-user
|
|
- dhcpcd-dinit
|
|
- power-profiles-daemon-dinit
|
|
livefs:
|
|
packages:
|
|
- squashfs-tools
|
|
- calamares-extensions
|
|
- antergos-grub-theme
|
|
- antergos-grub-live
|
|
- broadcom-wl
|
|
- virtualbox-guest-utils
|
|
- mkinitcpio-nfs-utils
|
|
- pipewire
|
|
- pipewire-pulse
|
|
- wireplumber
|
|
- sof-firmware
|
|
- alsa-firmware
|
|
- alsa-utils
|
|
packages-init:
|
|
dinit:
|
|
- antergos-live-dinit
|
|
- acpid-dinit
|
|
- bluez-dinit
|
|
- cronie-dinit
|
|
- cups-dinit
|
|
- networkmanager-dinit
|
|
- power-profiles-daemon-dinit
|
|
- sddm-dinit
|
|
- dbus-dinit
|
|
- dbus-dinit-user
|
|
- pipewire-dinit
|
|
- pipewire-pulse-dinit
|
|
- wireplumber-dinit
|