Fix path in etc/grml/fai/config/scripts/GRML/98-clean-chroot
[grml-live.git] / docs / grml-live.txt
index 33466b3..41046d3 100644 (file)
@@ -37,12 +37,9 @@ How to get your own live-cd - the easy, fast and simple way
 
 To get a small, Debian-stable and grml based live-cd:
 
-  # export LANG=C ; export LC_MESSAGES=C
   # TARGET="/grml/chroot/grml_uncompressed"
   # CDDIR="/grml/chroot/grml_cd"
-  # mkdir -p $TARGET
-
-  # fai -v -C /etc/grml/fai -cGRML dirinstall $TARGET
+  # grml-live -c GRML -t $TARGET
   # mksquashfs $TARGET/* $CDDIR/live/grml.squashfs -noappend
   # cd $CDDIR
   # mkisofs -V "my personal grml" -l -r -J -no-emul-boot -boot-load-size 4 \
@@ -64,6 +61,11 @@ like check out /usr/share/doc/fai-doc/examples/simple/ (provided by Debian packa
 fai-doc). /usr/share/doc/fai-doc/fai-guide.html/ch-config.html also provides
 documentation regarding configuration possibilities.
 
+  /usr/sbin/grml-live
+
+Script for the main build process (being a wrapper around FAI currently).
+Requires root permissions for execution.
+
   /etc/grml/fai/fai.conf
 
 Main configuration file which specifies where all the configuration files and
@@ -129,10 +131,9 @@ TODO
 ----
 
 * provide a wrapper script which runs all the necessary command in a single run
-(named grml-live plus configuration file /etc/grml/grml-live.conf)
+(/usr/sbin/grml-live and /etc/grml/grml-live.conf are work in progress)
 
-* replace 192.168.... inside the configuration files for the Debian mirro with
-something generic and make it configurable
+* support signed apt repositories
 
 * provide buildprocess for boot/isolinux stuff