Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsettings

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3456 by niro, Fri Apr 13 17:07:51 2012 UTC revision 3457 by niro, Fri Apr 13 17:10:56 2012 UTC
# Line 778  preliminary_network() Line 778  preliminary_network()
778  reset_system_settings()  reset_system_settings()
779  {  {
780   # force load of de kbdkeys   # force load of de kbdkeys
781   loadkeys -q de   [ -x /usr/bin/loadkeys ] && loadkeys -q de
782     [ -x /sbin/loadkmap ] && loadkmap < /usr/share/busybox/keymaps/de.kmap
783   rc_echo   rc_echo
784   rc_echo -en ${COLRED}   rc_echo -en ${COLRED}
785   rc_echo -n "*** Warning: you are about to reset *all* local settings on this system!"   rc_echo -n "*** Warning: you are about to reset *all* local settings on this system!"

Legend:
Removed from v.3456  
changed lines
  Added in v.3457