1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Fix ascidoctor issue on 09-design-concepts.adoc
doc build broken with
asciidoctor: ERROR: 09-design-concepts.adoc: line 252:
Author: Karsten Schöke <karsten.schoeke@geobasis-bb.de>
Bug: https://github.com/rear/rear/issues/3526
Forwarded: not-needed
Last-Update: 2025-10-04
--- rear-2.9+dfsg.orig/doc/user-guide/09-design-concepts.adoc
+++ rear-2.9+dfsg/doc/user-guide/09-design-concepts.adoc
@@ -249,7 +249,7 @@ The various stages and modules communica
|PROGS |LIST |Program files to copy |+bash ip route grep ls+ ...
|MODULES |LIST |Modules to copy |+af_unix e1000 ide-cd+ ...
|COPY_AS_IS |LIST |Files (with path) to copy as-is |'/etc/localtime' ...
-|....
+||||....
|====
RO means that the framework manages this variable and modules and methods shouldn't change it.
|