You are not logged in.
/etc/inittab can be dropped, it means nothing to runit.
The halt/reboot/shutdown in sysvinit package work with runit, but they probably should be replaced with some light shellscripts that do the same. From sysvinit-tools, pidof, killall5 and last is wanted usually.
I will collect well-written runit services as part of ignite, and install them into /etc/sv. That's less intrusive than patching every package.
Offline
FYI just got ignite working with eudev today, for a relatively clean system that is no longer using systemd. Service patches will be inbound soon.
Offline
With the recent Arch announcement, removal of initscripts has been stated. I will remove the legacy support for rc.d scripts soon. Please convert to runit services in /etc/sv.
Offline
Is there a simple way to enable new services other than rebooting or symlinking+sv start?
Offline
Just symlinking is enough. Perhaps one could write a tool to load rc.conf and setup the links...
Offline
rc.d support has been dropped.
ignite now supports simple, two-column crypttabs out of the box.
Offline
ignite-git now provides self-written implementations of shutdown, halt, poweroff, reboot, runlevel and conflicts against sysvinit.
Offline
BTW, for the binmove, I recommend to move the files to /usr/bin/ manually and remove the empty /bin, /sbin then, then upgrade filesystem.
Offline
procps-ng now replaces sysvinit-tools, please update to ignite-git to replace usage of killall5 with pkill, and merge your /etc/runit/3.
Offline