diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-14 16:00:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-14 16:00:40 (GMT) |
commit | 3135a1b31c0de42183614aacdaef4e8f869014a1 (patch) | |
tree | 32b79867915768ce5d7beae1ea6d1995fdc6f992 /build_tools | |
parent | e771b02c07f101cd83aeb4d033013bf1e39aba92 (diff) | |
download | linhes_dev-3135a1b31c0de42183614aacdaef4e8f869014a1.zip |
remove ssh keys from /home/larchroot before creating the cd
closes FS#117
Diffstat (limited to 'build_tools')
3 files changed, 6 insertions, 3 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 868620d..07af9fb 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 @@ -11,4 +11,5 @@ 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 +cp -f /etc/skel/.bash* /root/ +rm -f /etc/ssh/ssh_host*key* 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 868620d..07af9fb 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 @@ -11,4 +11,5 @@ 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 +cp -f /etc/skel/.bash* /root/ +rm -f /etc/ssh/ssh_host*key* diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh index 868620d..07af9fb 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh @@ -11,4 +11,5 @@ 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 +cp -f /etc/skel/.bash* /root/ +rm -f /etc/ssh/ssh_host*key* |