X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=2183a21ba2a1e6746dcc43a9de91a0578d1308bb;hb=93e0340d809d7ce4b9db53dc354345e122907be6;hp=bd4c41d073014f9b12a9911ed2027dedd8cc35cb;hpb=e92b6377feb22631f875f3b536f9ac760a05d0e6;p=grml-live.git diff --git a/docs/grml-live.txt b/docs/grml-live.txt index bd4c41d..2183a21 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -184,6 +184,12 @@ configuration. Scripts for customising the ISO within build process. + /etc/grml/fai/files/ + +This directory provides files used inside the scripts of +/etc/grml/fai/config/scripts/*. For a full documentation what happens with the +files please refer to the source of the scripts. + /etc/grml/fai/live-initramfs/ This directory provides the files used for building the initramfs/initrd via @@ -207,28 +213,39 @@ as possiblbe) Known TODOs ----------- -* extend the grml-live wrapper script so it runs all the necessary command in a -single run (boot/isolinux, mksquashfs and mkisofs stuff is missing currently) +* do not use /dev/shm/ als default target directory (which one do we want to use +instead?) + +* add support for amd64 [gebi?] + ppc [formorer?] (and identify all packages +that are arch specific so we have a clean package list in all classes) + +* support different grml-flavours through classes right out-of-the-box (being: +grml, grml64, grml-small for at least x86, amd64 and ppc) -* really support signed apt repositories +* support setting grml-live configuration on the command line to provide +different flavours using the commandline only + +* really support signed apt repositories (currently it's deactivated via fai's +dirinstall for some packages) * explain (and provide configuration for) the use of NFSROOT * support setting stuff like ISO name, version,... (especially for stuff inside x86_files/boot/isolinux) -* identify all packages that are arch specific - -* support different flavours and architectures of Debian (currently it defaults -to Debian/stable x86_32) +* support "final builds" (including stuff like md5sums) -* use hooks of FAI in grml-live script? +* use hooks of FAI as far as possible in all grml-live scripts -* the GRML class(es) should send output as used inside FAI as well (so it's not -as verbose unless you specify it) +* the grml-live class(es) should send output as used inside FAI as well (so it's +not as verbose unless you specify it, make it configurable) * provide possibility for cleanup of all created build directories +* support hooks to further allow customisation of the build process + +* support nocolor-option for /etc/grml/fai/grml/grml_cleanup_chroot + Bugs ----