#2722: Mistake on the linux console page
----------------------+-----------------------------------------------------
Reporter: splotz90 | Owner: lfs-b...@…
Type: task | Status: new
Priority: normal | Milestone: 6.7
Component: Book | Version: SVN
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
Comment(by willimm):
Oh, and why don't we add something for us US/UK English people? Here are a
couple examples:
Non Unicode:
{{{
cat > /etc/sysconfig/console << "EOF"
# Begin /etc/sysconfig/console for non-Unicode English systems
KEYMAP="us"
FONT=“lat1-16 -m 8859-1”
# End /etc/sysconfig/console for non-Unicode English systems
EOF
}}}
In Unicode:
{{{
cat > /etc/sysconfig/console << "EOF"
# Begin /etc/sysconfig/console for Unicode English systems
UNICODE="1"
KEYMAP="us"
# On my (willimm) system, and Ken's systems too, FONT is sigma-general-
8x16.
FONT=“lat1-16”
# End /etc/sysconfig/console for Unicode English systems
EOF
}}}
For UK English users, KEYMAP is uk instead of US.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2722#comment:3>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page