X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=41046d3f51b5fab0ab43e21b6bc132ec9f20115c;hb=53adee4dd5e3ed3ef87bac3390cbcbce31be9dec;hp=33466b3586c1426f3e291a5bcb25d4b294a91fd7;hpb=cfd32a33aab0d28608bba9e34c65b2a1967be9b7;p=grml-live.git diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 33466b3..41046d3 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -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