[X2Go-Commits] [live-build-x2go] 40/167: removed "wait for VT" block, as it is now in a separate script

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:38 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround
in repository live-build-x2go.

commit 8959b6288785b2336932cb6e51dc58e1f737538a
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sun Jul 23 14:55:25 2017 +0200

    removed "wait for VT" block, as it is now in a separate script
---
 config/includes.chroot/lib/live/config/2100-showifconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2100-showifconfig b/config/includes.chroot/lib/live/config/2100-showifconfig
index 9467e47..24268ac 100755
--- a/config/includes.chroot/lib/live/config/2100-showifconfig
+++ b/config/includes.chroot/lib/live/config/2100-showifconfig
@@ -7,11 +7,6 @@ ShowIFConfig ()
 #
 echo -n " showifconfig"
 
-# wait until terminal is available
-while ! [ -c /dev/tty$(fgconsole -n) ] ; do
-	sleep 10
-done
-
 # Make sure no language-specific stuff interferes with our matching
 # grep: highlight everything that matches "inet" to the end of its line
 # and also (-E, |$) show every line that has an end => Everything else

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list