diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-26 17:47:52 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-26 17:47:52 +0000 |
commit | eff5d9639b87ca25fd91437440da3fb0a0a1dbc4 (patch) | |
tree | 0e8ae45d2ac731f08bb4b323c2196aa7631b1d9a /chapter07/loadkeys.xml | |
parent | 3695a88b1de5a2782dddfe89c833e469c65c8896 (diff) |
Changed /dev/null to -q
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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..49ab704ba 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 +/usr/bin/loadkeys -d -q evaluate_retval # End /etc/init.d/loadkeys |