WARNING: this could cause your machine to stop booting, experienced Linux admins only. :)
Systemd is a new init system being written by Lennart, Kay and many others. If you want to give it a try on openSUSE 11.3 or openSUSE Factory follow these steps to get it all installed.
- su
- # Add the Factory repo for dbus upgrade
- zypper ar http://download.opensuse.org/factory/repo/oss/ Factory
- zypper mr -p 100 Factory
- # Add Kay's repo for systemd install
- zypper ar http://download.opensuse.org/repositories/home:/kay_sievers/openSUSE_Factory_standard/home:kay_sievers.repo
- zypper mr -n systemd home_kay_sievers
- zypper mr -p 100 systemd
- # Install new dbus and then systemd
- zypper install -r Factory dbus-1
- zypper install -r home_kay_sievers udev vala systemd
At this point systemd is installed in parallel with systemvinit. To actually use systemd as your init reboot your machine and append the following to your kernel command line arguments at the grub menu:
init=/bin/systemd
That it! If things break try some of the Documentation.
If you want to expand this article visit the wiki page