Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: fbcon: Add boot options and attach/detach/unload section headings

These last two enumerated sections headings are in normal paragraphs,
making both sections merged into "Loading" section instead.

Add the headings.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250909063744.30053-2-bagasdotme@gmail.com>

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
78494f9e a3d13ec4

+3 -1
+3 -1
Documentation/fb/fbcon.rst
··· 74 74 over the console. 75 75 76 76 C. Boot options 77 + =============== 77 78 78 79 The framebuffer console has several, largely unknown, boot options 79 80 that can change its behavior. ··· 173 172 The value 'n' overrides the number of bootup logos. 0 disables the 174 173 logo, and -1 gives the default which is the number of online CPUs. 175 174 176 - C. Attaching, Detaching and Unloading 175 + D. Attaching, Detaching and Unloading 176 + ===================================== 177 177 178 178 Before going on to how to attach, detach and unload the framebuffer console, an 179 179 illustration of the dependencies may help.