Re: How do I clean install artix-base-runit-20180604.iso?
Reply #1 –
oh, man, I LOVE runit
Just picture this: I am trying to get slim to start throught runit, so
mkdir /etc/runit/sv/slim
echo 'exec /usr/bin/slim -nodaemon' > /etc/runit/sv/slim/run
chmod +x /etc/runit/sv/slim/run
ln -s /etc/runit/sv/slim /run/runit/service
Nothing happens. So...
vim /etc/runit/sv/slim/run
O
#!/bin/sh
<ESC>:wq
And boom! as soon as i press ENTER, i gaze at slim login image!
Amazing!
BTW: There is a wiki page about installing the runit cd: https://wiki.artixlinux.org/Runit/Installation
I widh I foundit before going the hard way; it would have saved me a couple of hours I spen on NetworkManager