archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
6.34k stars 542 forks source link

Converting systemctl call to a simple ln call for debus reasons #2835

Closed Torxed closed 1 week ago

Torxed commented 1 week ago

PR Description:

Due to certain dbus concerns, instead of using the slightly more complicated and untested Boot() method where we systemd-nspawn the installation, we simply arch-chroot ln -s ... in the service and socket needed for each user when enabling pipewire.

The old code appears to work in master, so this is just an additional safeguard against issue #2764