diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-31 16:41:03 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-31 16:41:03 (GMT) |
commit | 52df49d517066e4440ffb5fc809482c3bf238c70 (patch) | |
tree | 05f6a34663ef334607119efc78a6e77ca99a9334 /build_tools/clarch/larch/profiles/i686-testing-local-httpd | |
parent | eb2a111df5932deaae7bae9db8957b9c05e16625 (diff) | |
download | linhes_dev-52df49d517066e4440ffb5fc809482c3bf238c70.zip |
add media_dirs to list of installed pkg
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local-httpd')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 1 | ||||
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks index d0c3355..9104d13 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks @@ -170,6 +170,7 @@ live-installer LinHES-system etcnet runit +media_dirs #--- tweaker 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 index 3ce8db9..868620d 100755 --- 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 @@ -4,6 +4,7 @@ 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 |