X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=94a22d474105a5f0cd9ed2039dc11ea99205f3ee;hp=c4749fedcad5becbe0a95a8519a1cd6e244a3b34;hb=c6f2a325e4cd41d6b21f6b7b0f60e34b9bbab82d;hpb=130429e20fb319f3ec6a457f3219b7e52216b542 diff --git a/docs/grml-live.txt b/docs/grml-live.txt index c4749fe..94a22d4 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -12,12 +12,12 @@ Synopsis grml-live [-a ] [-c ] [-g ] [-i ] [-o ] [-r ] [-s ] [-t -] [-v ] [-FVhu] +] [-v ] [-bFVhuz] ******************************************************************************* Important! This document is growing as requested. If you have questions which aren't answered by this document yet please let me know: ! -This document currently applies to grml-live version 0.0.10. +This document currently applies to grml-live version 0.0.13. ******************************************************************************* Description @@ -62,6 +62,14 @@ allows building a 32bit system on a 64bit host. Please notice that real crosscompiling (like building a ppc system on x86) isn't possible due to the nature and the need of working in a chroot. + -b:: + +Build the ISO without updating the chroot via FAI. This option is useful for +example when working on stable releases: if you have a working base +system/chroot and do not want to execute any further updates (via "-u" option) +but intend to only build the ISO. (Notice: This option requires a feature within +FAI which is not yet part of the official FAI release yet.) + -c **CLASSES**:: Specify the CLASSES to be used for building the ISO via FAI. By default only @@ -139,6 +147,10 @@ Specify version number of the release. Increase verbosity in the build process. + -z:: + +Use ZLIB instead of LZMA compression in mksquashfs part of the build process. + Usage examples --------------