#3526 Issue open: Fix ascidoctor issue on 09-design-concepts.adoc¶
Labels: bug
schoekek opened issue at 2025-10-04 11:44:¶
ReaR version¶
2.9
Describe the ReaR bug in detail¶
during package build, doc build broken with:
asciidoctor: ERROR: 09-design-concepts.adoc: line 252: dropping cells
from incomplete row detected end of table
Platform¶
Linux x64
OS version¶
Debian GNU/Linux forky/sid
Backup¶
No response
Storage layout¶
No response
What steps will reproduce the bug?¶
No response
Workaround, if any¶
--- 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.
Additional information¶
No response
[Export of Github issue for rear/rear.]