summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/rc.local')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/rc.local21
1 files changed, 0 insertions, 21 deletions
diff --git a/build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/rc.local
deleted file mode 100755
index c1b0154..0000000
--- a/build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/rc.local
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-. /etc/profile
-. ${MV_ROOT}/bin/install_functions.sh
-#install initial database
-pacman -S --noconfirm mythdb-initial 2>/dev/null
-
-init_network
-/etc/rc.d/alsa-utils start 0
-init_remote
-random_theme
-
-echo $CMDLINE | grep -q NoX
-if [ $? = 0 ]
-then
- echo "No auto X option found"
- /usr/bin/chvt 2
-else
- /root/startx &
-fi
-
-