summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local17
1 files changed, 14 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
index 216ec8e..cdd7966 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
@@ -2,15 +2,26 @@
#
# /etc/rc.local: Local multi-user startup script.
#
+. /etc/profile
+. ${MV_ROOT}/bin/install_functions.sh
+
+#check network parms
+init_network
+
+
#install initial database
pacman -S --noconfirm mythdb-initial 2>/dev/null
+#search for remote
+init_remote
+
+/root/startx &
+
+
+
# Set up automatically logged in user (larch live system only)
if [ -f /.livesys/autologin ]; then
cp /.livesys/autologin /tmp/newuser
fi
-# Restore saved sound volume, etc.
-#alsactl restore
-#install initial database