From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/loadkeys.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'chapter07/loadkeys.xml') diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml index 74da28e9e..f103583a8 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/loadkeys.xml @@ -1,16 +1,12 @@ Creating the loadkeys script - -A user only needs to create this script if he don't have a default 101 keys -US keyboard layout. Create the +A user only needs to create this script if he don't have a +default 101 keys US keyboard layout. Create the /etc/init.d/loadkeys script by running the -following command: - +following command: - - -cat > loadkeys << "EOF" +cat > loadkeys << "EOF" #!/bin/sh # Begin /etc/init.d/loadkeys @@ -29,9 +25,7 @@ echo -n "Loading keymap..." evaluate_retval # End /etc/init.d/loadkeys -EOF - - +EOF -- cgit v1.2.3-54-g00ecf