mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
pdf: Allow breaking pages in version-check and kernel configuration
They are very long <screen> or <note>. By default they are attributed "keep-together.within-column = always", override it to allow line break. Fixes #5336. Link: http://www.sagehill.net/docbookxsl/PageBreaking.html
This commit is contained in:
parent
3182685f70
commit
1ebfa8e664
@ -173,7 +173,7 @@
|
||||
<para >To see whether your host system has all the appropriate versions, and
|
||||
the ability to compile programs, run the following commands:</para>
|
||||
|
||||
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
|
||||
<screen role="nodump"><?dbfo keep-together="auto"?><userinput>cat > version-check.sh << "EOF"
|
||||
<literal>#!/bin/bash
|
||||
# A script to list version numbers of critical development tools
|
||||
|
||||
|
@ -122,6 +122,7 @@
|
||||
|
||||
|
||||
<note>
|
||||
<?dbfo keep-together="auto"?>
|
||||
<para>A good starting place for setting up the kernel configuration is to
|
||||
run <command>make defconfig</command>. This will set the base
|
||||
configuration to a good state that takes your current system architecture
|
||||
|
Loading…
Reference in New Issue
Block a user