Thanks Chris, I was thinking along the same lines, but I've solved the issue
less brutely.
This was wrong:
'ln -sv /usr/lib/systemd/systemd /sbin/init
for tool in runlevel reboot shutdown poweroff halt telinit; do
ln -svf '/usr/bin/systemctl' "/sbin/$tool"
done'
It should have been:
ln -sfv ../lib/systemd/systemd /sbin/initfor tool in runlevel reboot shutdown
poweroff halt telinit; do ln -sfv ../bin/systemctl /sbin/${tool} done
thanks again
Cliff
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page