diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-09 18:33:43 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-09 18:33:43 (GMT) |
commit | cf9eef46eeefba08723199fc7f7bd3dd2f1e2281 (patch) | |
tree | db097020e34d002d9e111ce781464f2dc417c2f5 /build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay | |
parent | 6655d691e62b14c0102fd5df579008c9c5285a84 (diff) | |
download | linhes_dev-cf9eef46eeefba08723199fc7f7bd3dd2f1e2281.zip |
profile-sync: testing->release
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay')
2 files changed, 5 insertions, 6 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay/etc/locale.gen b/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay/etc/locale.gen deleted file mode 100644 index 3bceedc..0000000 --- a/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay/etc/locale.gen +++ /dev/null @@ -1,6 +0,0 @@ -# locales for larch (/etc/locale.gen) - -en_US.UTF-8 UTF-8 -en_GB.UTF-8 UTF-8 -de_DE.UTF-8 UTF-8 - diff --git a/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay/root/startx b/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay/root/startx index 9274703..579614d 100755 --- a/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/rootoverlay/root/startx +++ b/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-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 |