diff options
-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 49ab704ba..a3feb387b 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 -q +/usr/bin/loadkeys -d >/dev/null evaluate_retval # End /etc/init.d/loadkeys |