mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Added note that kernel doesn't set the screen font automatically when in maintenance mode (Alexander Patrakov)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a942c0a271
commit
19afc4e8d3
@ -76,6 +76,10 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>June 20, 2004 [matt]: chapter07 - console. Add a note regarding
|
||||
the screen font not being set automatically when the console script isn't run.
|
||||
(Alexander Patrakov)</para></listitem>
|
||||
|
||||
<listitem><para>June 20, 2004 [matt]: chapter03 - packages. Point people at the
|
||||
FTP mirrors and GnuPG.</para></listitem>
|
||||
|
||||
|
@ -95,8 +95,12 @@ EOF</userinput></screen>
|
||||
setting it every time from the <command>console</command> bootscript, then
|
||||
instructions are given in <xref linkend="ch-bootable-kernel"/>. Doing this
|
||||
ensures that your keyboard will always work as expected, even when you boot into
|
||||
maintenance mode (by passing <parameter>init=/bin/sh</parameter> to the kernel), as in that
|
||||
situation, the <command>console</command> bootscript won't be run.</para>
|
||||
maintenance mode (by passing <parameter>init=/bin/sh</parameter> to the kernel),
|
||||
as in that situation, the <command>console</command> bootscript won't be run.
|
||||
Additionally, the kernel will not set the screen font automatically. Again,
|
||||
this shouldn't pose too many problems as ASCII characters will still be handled
|
||||
correctly, and it is unlikely that you would need to rely on non-ASCII
|
||||
characters whilst in maintenance mode.</para>
|
||||
|
||||
<para>Since the kernel will set up the keymap, you can omit the KEYMAP variable
|
||||
from the <filename>/etc/sysconfig/console</filename> configuration file. If you
|
||||
|
Loading…
Reference in New Issue
Block a user