Hi, there are some issues with installing a zenwalk guest and running the 
VBoxLinuxadditions.sh details can be found here:

http://paulsiu.wordpress.com/2007/11/05/running-zenwalk-as-a-linux-guest-on-virtualbox/

following these directions gets everything working pretty well.

attached is a patch for install.sh and xinitrc.xfce in zenwalk.

hth

perry
diff -u install/install.sh install.new/install.sh
--- install/install.sh	2007-10-18 00:36:00.000000000 -0700
+++ install.new/install.sh	2007-11-29 08:10:39.000000000 -0800
@@ -284,7 +284,7 @@
 if [ ! "$install_xdrivers" = "" ]; then
     log "Installing the X Window System drivers"
 
-    for dir in /usr/lib/xorg/modules /usr/X11R6/lib/modules; do
+    for dir in /usr/lib/xorg/modules /usr/X11R6/lib/modules /usr/lib/X11/modules ; do
 	if [ -d $dir ]; then
 	    modules_dir=$dir
 	    break
Common subdirectories: install/module and install.new/module
diff -u install/routines.sh install.new/routines.sh
--- install/routines.sh	2007-10-18 00:36:00.000000000 -0700
+++ install.new/routines.sh	2007-11-29 08:07:44.000000000 -0800
@@ -156,6 +156,10 @@
 check_system_type() {
     if [ ! "$ro_SYS_TYPE" = "" ]; then
         return 0
+    elif [ -f /etc/zenwalk-version ]; then
+     	ro_SYS_TYPE=
+     	ro_INIT_TYPE=bsd
+     	ro_X11_INIT_DIR=/etc/rc.d
     elif [ -f /etc/pclinuxos-release ]; then
         ro_SYS_TYPE=redhat
         ro_INIT_TYPE=sysv
--- /etc/X11/xinit/xinitrc.xfce	2007-11-29 08:20:10.000000000 -0800
+++ /etc/X11/xinit/xinitrc.xfce.old	2007-11-29 08:18:29.000000000 -0800
@@ -64,9 +64,6 @@
 	kill_sshagent=1
 fi
 
-# Virtual Box clipboard
-/usr/bin/vbox-addclient
-
 # Use dbus-launch if installed.
 if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then
 	dbuslaunch=`which dbus-launch`
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev

Reply via email to