summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-11 19:51:03 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-11 19:51:03 (GMT)
commitc5bb2c762596200b21b2b45cdbc18f01144f1332 (patch)
treefc0f25f217e1083e0ba610ab16f9ceb8b7871a0c /build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh
parentcba152f0a94680ed3558bf1c46a459e7a5e5680e (diff)
downloadlinhes_dev-c5bb2c762596200b21b2b45cdbc18f01144f1332.zip
Modify build profiles to not use inittab
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh
new file mode 100755
index 0000000..3ce8db9
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh
@@ -0,0 +1,13 @@
+#!/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/
+
+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/ \ No newline at end of file