# HG changeset patch # User Pascal Bellard # Date 1253272141 -7200 # Node ID fad3262d280d953a5756fa087f8437fe5ab00664 # Parent 2892d58f0e31b40867affcfc637ca62b53c3fb2b tazx: add 'text' menu entry diff -r 2892d58f0e31 -r fad3262d280d tinyutils/tazx --- a/tinyutils/tazx Sat Aug 29 17:54:12 2009 +0200 +++ b/tinyutils/tazx Fri Sep 18 13:09:01 2009 +0200 @@ -147,7 +147,8 @@ Window Manager : \Z2$WM\Zn" 16 70 5 \ $(Xvesa -listmodes 2>&1 | grep ^0x | awk '{ printf "%s %s\n",$2,$3 }' | sort -nr | grep x[1-2][4-6]) \ "xterm" "800x600x16" \ - "xorg" "Installer Xorg" \ + "xorg" "Install Xorg" \ + "text" "Disable X autostart" \ "quit" "Quitter" \ 2>&1 1>&3` retval=$? @@ -174,6 +175,9 @@ xterm) Xvesa -ac -shadow -screen 800x600x16 -br & exec xterm -cr orange -geometry 80x35+0-0 ;; + text) + sed -i s/'slim'/''/ /etc/rcS.conf + exit 0 ;; *) NEW_SCREEN=$value ;; esac