diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-20 03:32:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-20 03:32:36 +0000 |
commit | 04d8b9e2823c48714f90f804752387fa92158932 (patch) | |
tree | 96ce3dc746f83aa3b81d03a4ab2e31f5181d4132 /chapter07 | |
parent | 69942c5c9c69a9a26c5fb68d20fed0d978f6df7a (diff) |
Changed path to /bin/loadkeys
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/loadkeys.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml index d74b9dcf0..01f004f85 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/loadkeys.xml @@ -24,7 +24,7 @@ source /etc/init.d/functions # echo -n "Loading keymap..." -/usr/bin/loadkeys -d 2>/dev/null +/bin/loadkeys -d 2>/dev/null evaluate_retval # End /etc/init.d/loadkeys |