diff options
author | James Meyer <jams@linhes.org> | 2010-12-04 23:44:45 (GMT) |
---|---|---|
committer | James Meyer <jams@linhes.org> | 2010-12-04 23:44:51 (GMT) |
commit | f51fb708846d13222bd97b3f760eb3be902c0be0 (patch) | |
tree | ad25ff81828f12cb7da86384863e163cb4e001f2 /build_tools/clarch/larch/profiles/MV-local/post_process/rc.local | |
parent | 4384efe238cdfeac86fae0d8e1097a409350f8c6 (diff) | |
download | linhes_dev-f51fb708846d13222bd97b3f760eb3be902c0be0.zip |
remove old versions of larch 6 and 7
Diffstat (limited to 'build_tools/clarch/larch/profiles/MV-local/post_process/rc.local')
-rwxr-xr-x | build_tools/clarch/larch/profiles/MV-local/post_process/rc.local | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/build_tools/clarch/larch/profiles/MV-local/post_process/rc.local b/build_tools/clarch/larch/profiles/MV-local/post_process/rc.local deleted file mode 100755 index 0552860..0000000 --- a/build_tools/clarch/larch/profiles/MV-local/post_process/rc.local +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -. /etc/profile -. ${MV_ROOT}/bin/install_functions.sh -#install initial database -pacman -S --noconfirm /data/var/cache/pacman/pkg/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 - - |