X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=455889f959117a7054d438f8c62ac2cd499c771b;hb=3fc930d85d8b476c28524d9d6482e19c1eccf5ee;hp=52541d19c2028297f4afaa53affaba0de3324493;hpb=dc6cf5edbd539c0fc53015c25a048d015c6b4b64;p=grml-live.git diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 52541d1..455889f 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -348,12 +348,11 @@ ISO size. defining a Grml system. Important parts of the buildprocess are specified in this class as well, so unless you have a really good reason you should always use this class. Please be aware that using *just* the GRMLBASE class won't be -enough, because the kernel packages (e.g. linux-image-i386-grml + -linux-image-amd64-grml) are chosen in further GRML_* classes (to provide maximum -flexibility with kernel selection). If you don't want to use the existing -GRML_FULL or GRML_SMALL classes, define your own CLASS file choosing the kernel -package you want to use (and don't forget to include your CLASS in the arguments -of grml-live's -c... command line option). +enough, because the kernel packages (e.g. linux-image-*) are chosen in further +GRML_* classes (to provide maximum flexibility with kernel selection). If you +don't want to use the existing GRML_FULL or GRML_SMALL classes, define your own +CLASS file choosing the kernel package you want to use (and don't forget to +include your CLASS in the arguments of grml-live's -c... command line option). * GRML_FULL: full featured Grml, also known as the "normal", full grml as introduced in December 2011 (~600MB ISO size). @@ -451,7 +450,7 @@ installation process. Directory with lists of software packages to be installed or removed. The different classes describe what should find its way to your ISO. When running "grml-live -c GRMLBASE,GRML_SMALL,AMD64 ..." only the configuration of GRMLBASE, -GRML_SMALL and and AMD64 will be taken. If you use 'grml-live -c +GRML_SMALL and AMD64 will be taken. If you use 'grml-live -c GRMLBASE,GRML_SMALL,AMD64,FOOBAR ...' then the files of GRMLBASE, GRML_SMALL, AMD64 **plus** the files from FOOBAR will be taken. So just create a new class to adjust the package selection according to your needs. Please notice that the @@ -812,6 +811,7 @@ Usage example: # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai # export SCRIPTS_DIRECTORY=$(pwd)/scripts + # export TEMPLATE_DIRECTORY=$(pwd)/templates # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 [[source]]