Page 1 of 1

bubbagen systemd users: please update your USE flags

Posted: 24 Jan 2018, 13:19
by Gordon
As of 2018-01-23 systemd has the sysv-utils USE flag enabled by default. This enables installation of several commands that are provided by sysvinit, including halt and poweroff that require a special routine to result in the expected behaviour on the B3.

I therefore advise the following command to be executed prior to running any future updates:

Code: Select all

echo "sys-apps/systemd    -sysv-utils"  >> /etc/portage/package.use/systemd
Gordon