mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
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
This commit is contained in:
parent
ea7635f937
commit
ae3e0a53ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user