Fix path in etc/grml/fai/config/scripts/GRML/98-clean-chroot
authorgrml User <repos@grml.org.invalid>
Sat, 15 Sep 2007 16:53:48 +0000 (18:53 +0200)
committergrml User <repos@grml.org.invalid>
Sat, 15 Sep 2007 16:53:48 +0000 (18:53 +0200)
docs/grml-live.txt
etc/grml/fai/config/scripts/GRML/98-clean-chroot

index bc5e67f..41046d3 100644 (file)
@@ -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
 
index 17222f6..6404795 100755 (executable)
@@ -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"