Dies ist eine alte Version des Dokuments!
Blabla
… IDE
# pacman -Syu # pacman -S kernel26-libre-lts kernel26-libre-lts-headers gcc make binutils autoconf automake # telinit 6
# mount /dev/sr0 /media
# tar xfz /media/VMwareTools* /root
# cd /root/vmware-tools-distrib
# mkdir /etc/rc.d/rc{0,1,2,3,4,5,6}.d
# ./vmware-install.pl
...
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
/etc/rc.d
...
HGFS disable
# vim /etc/rc.conf ... DAEMONS=(metalog vmware-tools network...)
# wget http://cgit.freedesktop.org/xorg/driver/xf86-video-vmware/snapshot/xf86-video-vmware-11.99.901.tar.gz # tar xfz xf86-video-vmware-11.99.901.tar.gz # cd xf86-video-vmware-11.99.901 # ./autogen.sh ... # ./configure --prefix=/usr ... # make ... # make install ... # killall X