[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. afdacf3fdbe81be0b6f97dd2d46926520def7bf2

Joachim Breitner mail at joachim-breitner.de
Tue Oct 7 18:43:07 UTC 2008


The following commit has been merged in the master branch:
commit afdacf3fdbe81be0b6f97dd2d46926520def7bf2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Oct 7 20:06:26 2008 +0200

    Install default /root/.xsession

diff --git a/install.sh b/install.sh
index bffb38a..00c8e2b 100755
--- a/install.sh
+++ b/install.sh
@@ -569,6 +569,15 @@ if [ -f "$WPA_SUPPLICANT_CONF" ]; then
 	cat >$INST_DIR$WPA_SUPPLICANT_CONF <$WPA_SUPPLICANT_CONF
 fi
 
+echo " * Installing /root/.xsession"
+cat > $INST_DIR/root/.xsession <<__END__
+#!/bin/sh
+zhone &
+matchbox-keyboard-toggle &
+exec matchbox-window-manager -use_titlebar no -use_cursor no
+__END__
+
+
 echo "I: System configured"
 ;;
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list