Loke's blog

mandag, november 28, 2005

VMWare + no sysv scripts

Well wanted VMWare, but it complained about that it couldn't find /etc/init.d, rc0.d etc., because Arch Linux is more slackware/bsd like and doesn't have sysv scripts, so I had to come up with some fix, because vmware is really nice to have..

$ cd /etc
$ mkdir init.d
$ cd init.d
$ for i in {0,1,2,3,4,5,6}; do mkdir rc$i.d; done

Should be it :D Hope others can find it usefull.