Skip to content

Commit

Permalink
scripts/update-systemd: Install systemd 238
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 12, 2018
1 parent b72c69f commit 2a47330
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ if ! { hostconfig mx64; }; then
fi

bee remove sysvinit-2.88dsf-2.x86_64 udev-164-2.x86_64
bee install -f systemd-237-0
bee install -f systemd-238-0
bee update -f dbus-1.12.4-0
systemctl daemon-reexec
systemctl restart dbus.service # restarts GDM
#bee remove consolekit-0.4.4-0.x86_64 # needed by GDM to log in
#bee update fhs-3.0 # good idea? Removes /var/run?
bee update -f util-linux-2.31.1-1 xorg-server pulseaudio libgudev libusb xf86-input-evdev upower xf86-video-amdgpu xf86-video-nouveau gvfs-1.24.0-3 gnome-session-3.4.1-2 libatasmart qt5 udisks vlc-3.0.0-0
bee remove systemd-27-0.x86_64
bee update -f systemd-237-0
bee update -f systemd-238-0
bee install udev_compat-1.0-0
systemctl daemon-reload
systemctl disable console-kit-daemon
Expand Down

0 comments on commit 2a47330

Please sign in to comment.