diff options
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE')
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh | 2 |
1 files changed, 1 insertions, 1 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 index 07af9fb..6caf191 100755 --- 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 @@ -8,7 +8,7 @@ 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/rc.shutdown /etc/rc.shutdown cp -f /.post_process/menu.lst /boot/grub/menu.lst cp -f /etc/skel/.bash* /root/ |