Browse Source

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
Gerard Beekmans 24 years ago
parent
commit
ae3e0a53ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter07/loadkeys.xml

+ 1 - 1
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