summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-10-20 21:14:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-10-20 21:14:35 (GMT)
commitfc97c870b8a068dd48624b710da4d271206dc158 (patch)
treed234a1c233b13c3f57049d082d9b2385cabe93b6 /build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay
parent3b5fc3346d55c199899ed4eea984ca2783631cfe (diff)
downloadlinhes_dev-fc97c870b8a068dd48624b710da4d271206dc158.zip
when VNC is started, display the ip for installs.
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay')
-rwxr-xr-xbuild_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/startx5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/startx b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/startx
index 9274703..579614d 100755
--- a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/startx
+++ b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/startx
@@ -25,4 +25,9 @@ then
rm /root/.vnc/xstartup
ln -s /root/LinHES-install.sh /root/.vnc/xstartup
vncserver
+ echo "The VNC server password is: mythvantage"
+ echo "Please connect to one of these ip's"
+ echo "-------------------------------------------"
+ ip addr show |grep "inet" |grep -v inet6|cut -d\/ -f1
+ echo "-------------------------------------------"
fi