diff options
Diffstat (limited to 'chapter07/consoled.xml')
-rw-r--r-- | chapter07/consoled.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter07/consoled.xml b/chapter07/consoled.xml index c1bbf649e..d9ea00ab1 100644 --- a/chapter07/consoled.xml +++ b/chapter07/consoled.xml @@ -75,8 +75,10 @@ </variablelist> <para>An example for a German keyboard and console is given below:</para> - -<screen role="nodump"><userinput>cat > /etc/vconsole.conf << "EOF" +<!-- This is what is used by jhalfs for creating the vconsole.conf file. + Whenever you want to change the following, please inform the jhalfs + maintianer(s). --> +<screen><userinput>cat > /etc/vconsole.conf << "EOF" <literal>KEYMAP=de-latin1 FONT=Lat2-Terminus16</literal> EOF</userinput></screen> |