diff options
Diffstat (limited to 'chapter07/loadkeys.xml')
-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 a3feb387b..466732892 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/loadkeys.xml @@ -25,7 +25,7 @@ source /etc/init.d/functions # echo -n "Loading keymap..." -/usr/bin/loadkeys -d >/dev/null +/bin/loadkeys -d >/dev/null evaluate_retval # End /etc/init.d/loadkeys |