X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=1274ac077be50e9a347d3820ac102ea2f49e589f;hb=2f5f454b62340939543512abf8d8a53a2bd16f38;hp=6aacc75f952818ee624a6de0c9e844dfd79f646d;hpb=8dfcd204e18d0a36b0f75cf622c24ad447e9ca1f;p=grml-live.git diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 6aacc75..1274ac0 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,30 +213,43 @@ 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) [currently it defaults +to Debian/stable I386, unstable I386 works as well] -* 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 +* provide autostart-stuff (for Windows) inside root of $BUILD_TARGET (the +grml-cd) + Bugs ----