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)
314 lines
6.5 KiB
YAML
314 lines
6.5 KiB
YAML
- name: "Default"
|
|
description: "Default packages"
|
|
hidden: false
|
|
selected: true
|
|
critical: true
|
|
immutable: true
|
|
packages:
|
|
- linux
|
|
- linux-headers
|
|
- grub
|
|
- efibootmgr
|
|
- sudo
|
|
- antergos-release
|
|
- antergos-next-keyring
|
|
- antergos-wallpapers
|
|
- antergos-grub-theme
|
|
- falkon
|
|
- mesa
|
|
- mesa-utils
|
|
- networkmanager
|
|
- network-manager-applet
|
|
- pipewire
|
|
- pipewire-alsa
|
|
- pipewire-pulse
|
|
- wireplumber
|
|
|
|
|
|
- name: "Kernel"
|
|
description: "Kernel and modules"
|
|
selected: false
|
|
packages:
|
|
- acpi_call
|
|
- bbswitch
|
|
- broadcom-wl
|
|
- tp_smapi
|
|
- linux-lts
|
|
- linux-lts-headers
|
|
|
|
- name: "Firmware"
|
|
description: "Firmware"
|
|
selected: false
|
|
packages:
|
|
- b43-fwcutter
|
|
- linux-firmware
|
|
- linux-firmware-bnx2x
|
|
- linux-firmware-liquidio
|
|
- linux-firmware-marvell
|
|
- linux-firmware-mellanox
|
|
- linux-firmware-nfp
|
|
- linux-firmware-qcom
|
|
- linux-firmware-qlogic
|
|
- linux-firmware-whence
|
|
- sof-firmware
|
|
- alsa-firmware
|
|
- intel-ucode
|
|
- amd-ucode
|
|
|
|
- name: "Init Services"
|
|
description: "Essential dinit services"
|
|
selected: true
|
|
critical: true
|
|
immutable: true
|
|
packages:
|
|
- dinit
|
|
- dbus-dinit
|
|
- networkmanager-dinit
|
|
- elogind-dinit
|
|
- cups-dinit
|
|
- avahi-dinit
|
|
- bluez-dinit
|
|
- cronie-dinit
|
|
- openssh-dinit
|
|
- alsa-utils-dinit
|
|
- acpid-dinit
|
|
- dhcpcd-dinit
|
|
- syslog-ng-dinit
|
|
- power-profiles-daemon-dinit
|
|
|
|
- name: "Utilities"
|
|
description: "System Utilities"
|
|
selected: true
|
|
packages:
|
|
- antergos-lsb-release
|
|
- nano
|
|
- vi
|
|
|
|
- name: "Devel"
|
|
description: "Development tools"
|
|
selected: false
|
|
packages:
|
|
- base-devel
|
|
- artools-base
|
|
- artools-iso
|
|
- artools-pkg
|
|
|
|
- name: "Desktop"
|
|
description: "DE"
|
|
selected: true
|
|
critical: false
|
|
subgroups:
|
|
- name: "Plasma"
|
|
description: "KDE Plasma Desktop"
|
|
selected: false
|
|
packages:
|
|
- antergos-plasma-theme
|
|
- antergos-next-desktop-settings
|
|
- ark
|
|
- bluedevil
|
|
- breeze-gtk
|
|
- dolphin
|
|
- dolphin-plugins
|
|
- ffmpegthumbs
|
|
- gwenview
|
|
- kate
|
|
- kcalc
|
|
- kde-cli-tools
|
|
- kde-gtk-config
|
|
- kdeconnect
|
|
- kdegraphics-thumbnailers
|
|
- kdenetwork-filesharing
|
|
- kdeplasma-addons
|
|
- keditbookmarks
|
|
- kfind
|
|
- kgpg
|
|
- kinfocenter
|
|
- kio-admin
|
|
- kio-extras
|
|
- kio-fuse
|
|
- konsole
|
|
- konversation
|
|
- kscreen
|
|
- kwallet-pam
|
|
- kwalletmanager
|
|
- kwayland-integration
|
|
- okular
|
|
- partitionmanager
|
|
- plasma-browser-integration
|
|
- plasma-desktop
|
|
- plasma-disks
|
|
- plasma-nm
|
|
- plasma-pa
|
|
- plasma-systemmonitor
|
|
- plasma-workspace
|
|
- powerdevil
|
|
- print-manager
|
|
- qt6-imageformats
|
|
- spectacle
|
|
- xdg-desktop-portal-kde
|
|
- xsettingsd
|
|
- name: "Xfce"
|
|
description: "Xfce Desktop"
|
|
selected: false
|
|
packages:
|
|
- exo
|
|
- garcon
|
|
- thunar
|
|
- thunar-volman
|
|
- tumbler
|
|
- xfce4-appfinder
|
|
- xfce4-panel
|
|
- xfce4-power-manager
|
|
- xfce4-session
|
|
- xfce4-settings
|
|
- xfce4-terminal
|
|
- xfconf
|
|
- xfdesktop
|
|
- xfwm4
|
|
- xfwm4-themes
|
|
- mousepad
|
|
- parole
|
|
- ristretto
|
|
- thunar-archive-plugin
|
|
- thunar-media-tags-plugin
|
|
- xfburn
|
|
- xfce4-clipman-plugin
|
|
- xfce4-notifyd
|
|
- xfce4-pulseaudio-plugin
|
|
- xfce4-screenshooter
|
|
- xfce4-screensaver
|
|
- xfce4-taskmanager
|
|
- xfce4-whiskermenu-plugin
|
|
- name: "Cinnamon"
|
|
description: "Cinnamon Desktop"
|
|
selected: false
|
|
packages:
|
|
- cinnamon
|
|
- cinnamon-control-center
|
|
- cinnamon-desktop
|
|
- cinnamon-menus
|
|
- cinnamon-screensaver
|
|
- cinnamon-session
|
|
- cinnamon-settings-daemon
|
|
- cinnamon-translations
|
|
- name: "MATE"
|
|
description: "MATE Desktop"
|
|
selected: false
|
|
packages:
|
|
- caja
|
|
- marco
|
|
- mate-backgrounds
|
|
- mate-control-center
|
|
- mate-desktop
|
|
- mate-icon-theme
|
|
- mate-menus
|
|
- mate-notification-daemon
|
|
- mate-panel
|
|
- mate-polkit
|
|
- mate-session-manager
|
|
- mate-settings-daemon
|
|
- mate-themes
|
|
- mate-user-guide
|
|
- atril
|
|
- eom
|
|
- mate-applets
|
|
- mate-calc
|
|
- mate-power-manager
|
|
- mate-screensaver
|
|
- mate-system-monitor
|
|
- mate-terminal
|
|
- mate-utils
|
|
- pluma
|
|
- name: "LXQt"
|
|
description: "LXQt Desktop"
|
|
selected: false
|
|
packages:
|
|
- lximage-qt
|
|
- lxqt-about
|
|
- lxqt-admin
|
|
- lxqt-archiver
|
|
- lxqt-config
|
|
- lxqt-globalkeys
|
|
- lxqt-menu-data
|
|
- lxqt-notificationd
|
|
- lxqt-openssh-askpass
|
|
- lxqt-panel
|
|
- lxqt-policykit
|
|
- lxqt-powermanagement
|
|
- lxqt-qtplugin
|
|
- lxqt-runner
|
|
- lxqt-session
|
|
- lxqt-sudo
|
|
- lxqt-themes
|
|
- obconf-qt
|
|
- openbox
|
|
- pavucontrol-qt
|
|
- pcmanfm-qt
|
|
- qps
|
|
- qterminal
|
|
- screengrab
|
|
- xdg-desktop-portal-lxqt
|
|
- name: "i3"
|
|
description: "i3 Tiling WM"
|
|
selected: false
|
|
packages:
|
|
- i3-wm
|
|
- i3blocks
|
|
- i3lock
|
|
- i3status
|
|
- name: "Sway"
|
|
description: "Sway Wayland Compositor"
|
|
selected: false
|
|
packages:
|
|
- sway
|
|
- swaybg
|
|
- swayidle
|
|
- swaylock
|
|
- name: "Hyprland"
|
|
description: "Hyprland Wayland Compositor"
|
|
selected: false
|
|
packages:
|
|
- hyprland
|
|
- xdg-desktop-portal-hyprland
|
|
- name: "COSMIC"
|
|
description: "COSMIC Desktop (Rust/Wayland — select greetd as DM)"
|
|
selected: false
|
|
packages:
|
|
- cosmic
|
|
|
|
- name: "SDDM"
|
|
description: "SDDM display manager"
|
|
selected: false
|
|
packages:
|
|
- sddm
|
|
- sddm-dinit
|
|
- antergos-sddm-theme
|
|
|
|
- name: "LightDM"
|
|
description: "LightDM display manager"
|
|
selected: false
|
|
packages:
|
|
- lightdm
|
|
- lightdm-dinit
|
|
|
|
- name: "LXDM"
|
|
description: "LXDM display manager"
|
|
selected: false
|
|
packages:
|
|
- lxdm
|
|
- lxdm-dinit
|
|
|
|
- name: "greetd"
|
|
description: "greetd display manager"
|
|
selected: false
|
|
packages:
|
|
- greetd
|
|
- greetd-dinit
|
|
|
|
- name: "LY"
|
|
description: "LY display manager"
|
|
selected: false
|
|
packages:
|
|
- ly
|
|
- ly-dinit
|