summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-23 03:46:47 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-23 03:46:47 (GMT)
commit214e936ce58851fbf3865668be6565e7685fb9ce (patch)
tree4c3b565766737840215ece67c9860e4fa6dbcd7e /build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc
parentac60bb6e91bb906fa7535c91ee8181ea83b3bc77 (diff)
downloadlinhes_dev-214e936ce58851fbf3865668be6565e7685fb9ce.zip
fix noX option
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local10
1 files changed, 8 insertions, 2 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local
index cdd7966..fe7cfa6 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local
@@ -16,8 +16,14 @@ pacman -S --noconfirm mythdb-initial 2>/dev/null
#search for remote
init_remote
-/root/startx &
-
+echo $CMDLINE | grep -qi NoX
+if [ $? = 0 ]
+then
+ echo "No auto X option found"
+ # /usr/bin/chvt 2
+else
+ /root/startx &
+fi
# Set up automatically logged in user (larch live system only)