Fix path in etc/grml/fai/config/scripts/GRML/98-clean-chroot
[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"