summaryrefslogtreecommitdiffstats
path: root/build_tools/l7/larch0/profiles/i686-testing-local/post_process/modify_chroot.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-09-19 02:12:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-09-19 02:12:09 (GMT)
commit2e5bbabf1f5e0f341be196f2f5575d91859bd2d0 (patch)
treea34146680fb449c61fa50fe1b1dcc3bbd598f204 /build_tools/l7/larch0/profiles/i686-testing-local/post_process/modify_chroot.sh
parent43a158579d6c32f069fbc287a55227552276f808 (diff)
downloadlinhes_dev-2e5bbabf1f5e0f341be196f2f5575d91859bd2d0.zip
larch7: cleanup up profiles.
l7 is not working yet, but still working on it. Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'build_tools/l7/larch0/profiles/i686-testing-local/post_process/modify_chroot.sh')
-rwxr-xr-xbuild_tools/l7/larch0/profiles/i686-testing-local/post_process/modify_chroot.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/build_tools/l7/larch0/profiles/i686-testing-local/post_process/modify_chroot.sh b/build_tools/l7/larch0/profiles/i686-testing-local/post_process/modify_chroot.sh
deleted file mode 100755
index 6caf191..0000000
--- a/build_tools/l7/larch0/profiles/i686-testing-local/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*