summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-11 19:51:03 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-11 19:51:03 (GMT)
commitc5bb2c762596200b21b2b45cdbc18f01144f1332 (patch)
treefc0f25f217e1083e0ba610ab16f9ceb8b7871a0c /build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
parentcba152f0a94680ed3558bf1c46a459e7a5e5680e (diff)
downloadlinhes_dev-c5bb2c762596200b21b2b45cdbc18f01144f1332.zip
Modify build profiles to not use inittab
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