From: Mihai Moldovan Date: Mon, 8 Mar 2021 17:37:56 +0000 (+0100) Subject: docs/grml-live.txt: fix markdown issue, escape *. X-Git-Tag: v0.38.0~7^2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=7833e771fd46dad67cf85db849f798204ca6bb9d;ds=sidebyside docs/grml-live.txt: fix markdown issue, escape *. Otherwise, the two consecutive asterisks are treated as a ... segment, which is not what we mean here. --- diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 133badf..caef1ee 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -347,11 +347,12 @@ 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-*) 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-pass:[*]) are chosen in +further GRML_pass:[*] 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 (~750 ISO size).