# HG changeset patch # User Christophe Lincoln # Date 1261503088 -3600 # Node ID cf3f10a1e2dca8481a40198d0b21baa3655cc848 # Parent 5a34e02fb165d4e53a59864e0cbf13916c4d66f1 tazx: fix patch_xorg_kbd and add config-xorg option (to config Xorg at boot time) diff -r 5a34e02fb165 -r cf3f10a1e2dc tinyutils/tazx --- a/tinyutils/tazx Mon Dec 21 20:51:44 2009 +0100 +++ b/tinyutils/tazx Tue Dec 22 18:31:28 2009 +0100 @@ -17,7 +17,7 @@ WM=openbox # Default user for config files in Live mode. -[ "$USER" = "root"] && USER=`cat /etc/passwd | grep 1000 | cut -d ":" -f 1` +USER=`cat /etc/passwd | grep 1000 | cut -d ":" -f 1` #################### # Tazx functions # @@ -33,11 +33,15 @@ patch -p0 <