mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
>/dev/null -> 2>/dev/null
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a3d7d204a6
commit
91663d9176
@ -25,7 +25,7 @@ source /etc/init.d/functions
|
||||
#
|
||||
|
||||
echo -n "Loading keymap..."
|
||||
/bin/loadkeys -d >/dev/null
|
||||
/bin/loadkeys -d 2>/dev/null
|
||||
evaluate_retval
|
||||
|
||||
# End /etc/init.d/loadkeys
|
||||
|
Loading…
Reference in New Issue
Block a user