summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-04 23:44:45 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-04 23:44:51 (GMT)
commitf51fb708846d13222bd97b3f760eb3be902c0be0 (patch)
treead25ff81828f12cb7da86384863e163cb4e001f2 /build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh
parent4384efe238cdfeac86fae0d8e1097a409350f8c6 (diff)
downloadlinhes_dev-f51fb708846d13222bd97b3f760eb3be902c0be0.zip
remove old versions of larch 6 and 7
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh
deleted file mode 100755
index 6caf191..0000000
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-useradd -m -s /bin/bash mythtv -G audio,video,optical,storage,users
-cp -rvpf /.post_process/home/mythtv /home/
-cp -rvpf /.post_process/home/mythtv/.fluxbox /root
-chown -R mythtv.mythtv /home/mythtv/
-chown -R mythtv.mythtv /myth
-
-cp -f /.post_process/hosts.allow /etc/hosts.allow
-cp -f /.post_process/rc.conf /etc/rc.conf
-#cp -f /.post_process/rc.shutdown /etc/rc.shutdown
-cp -f /.post_process/menu.lst /boot/grub/menu.lst
-
-cp -f /etc/skel/.bash* /root/
-rm -f /etc/ssh/ssh_host*key*