6404795d89e4b98dd7d5541d1dff149eb4698a93
[grml-live.git] / etc / grml / fai / config / scripts / GRML / 98-clean-chroot
1 #!/bin/sh
2 set -u
3 set -e
4
5 cp /etc/grml/fai/grml/grml_cleanup_chroot "$target/root/"
6 chroot "$target" /root/grml_cleanup_chroot
7 rm "$target/root/grml_cleanup_chroot"