From 53adee4dd5e3ed3ef87bac3390cbcbce31be9dec Mon Sep 17 00:00:00 2001 From: grml User Date: Sat, 15 Sep 2007 18:53:48 +0200 Subject: [PATCH] Fix path in etc/grml/fai/config/scripts/GRML/98-clean-chroot --- docs/grml-live.txt | 6 ++++-- etc/grml/fai/config/scripts/GRML/98-clean-chroot | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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" -- 2.1.4