From: grml User Date: Sat, 15 Sep 2007 16:53:48 +0000 (+0200) Subject: Fix path in etc/grml/fai/config/scripts/GRML/98-clean-chroot X-Git-Tag: 0.0.1~65 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=53adee4dd5e3ed3ef87bac3390cbcbce31be9dec Fix path in etc/grml/fai/config/scripts/GRML/98-clean-chroot --- diff --git a/docs/grml-live.txt b/docs/grml-live.txt index bc5e67f..41046d3 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -130,8 +130,10 @@ live-initramfs(8). TODO ---- -* provide a wrapper script which runs all the necessary command in a single run (/usr/sbin/grml-live and -/etc/grml/grml-live.conf are work in progress) +* provide a wrapper script which runs all the necessary command in a single run +(/usr/sbin/grml-live and /etc/grml/grml-live.conf are work in progress) + +* support signed apt repositories * provide buildprocess for boot/isolinux stuff diff --git a/etc/grml/fai/config/scripts/GRML/98-clean-chroot b/etc/grml/fai/config/scripts/GRML/98-clean-chroot index 17222f6..6404795 100755 --- a/etc/grml/fai/config/scripts/GRML/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRML/98-clean-chroot @@ -2,6 +2,6 @@ set -u set -e -cp /etc/fai/grml/grml_cleanup_chroot "$target/root/" +cp /etc/grml/fai/grml/grml_cleanup_chroot "$target/root/" chroot "$target" /root/grml_cleanup_chroot rm "$target/root/grml_cleanup_chroot"