diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-24 19:05:01 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-24 19:05:01 +0000 |
commit | ae3e0a53ed9859dc264d759ec1fa178ee75de83d (patch) | |
tree | 06020032f35b63093259c5a76b0ddd98cf41dd85 /chapter07 | |
parent | ea7635f937edee53fecfdd67dad1a262d05a7d3e (diff) |
Changed loadkeys patch from /bin/loadkeys to /usr/bin/loadkeys
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@657 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 a04b5b1a8..d74b9dcf0 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/loadkeys.xml @@ -24,7 +24,7 @@ source /etc/init.d/functions # echo -n "Loading keymap..." -/bin/loadkeys -d 2>/dev/null +/usr/bin/loadkeys -d 2>/dev/null evaluate_retval # End /etc/init.d/loadkeys |