[systemd] rd.systemd.unit=emergency.target does not work (original) (raw)

Description: I am testing "systemd" initcpio hook.
The /sbin/sulogin is not added by "systemd" hook since is a non-hard dep (-/sbin/sulogin) and is not enabled in mkinitcpio-busybox

* Create a new "emergency" hook or add needed things to "systemd":
* Enable sulogin in mkinitcpio-busybox and see if hard needs /etc/{,g}shadow
* Use /sbin/sulogin [util-linux] (deps on libcrypt.so.1) {also /etc/shadow and /etc/gshadow is needed}
* symlink sulogin to sh and avoid credentials (just like current init::break= parameter)

Additional info:
systemd-206-1