summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc')
-rw-r--r--build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab2
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local17
2 files changed, 15 insertions, 4 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab
index 2de483f..39003ed 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab
@@ -13,7 +13,7 @@
## Only one of the following two lines can be uncommented!
# Boot to console
-id:5:initdefault:
+id:3:initdefault:
# Boot to X11
#id:5:initdefault:
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local
index 216ec8e..cdd7966 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/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