Changeset 3282 in MondoRescue for branches


Ignore:
Timestamp:
Apr 30, 2014, 9:12:55 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix keymap loading at restore time (was still on the KEYMAP file)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/rootfs/etc/init.d/rcS

    r3279 r3282  
    130130LoadKeymap() {
    131131    local fname
    132     fname=`cat /tmp/KEYMAP-LIVES-HERE 2> /dev/null`
     132    fname=`grep keymap-lives-here /tmp/mondorestore.cfg | cut -f2 -d' ' 2> /dev/null`
    133133    [ "$fname" = "" ] && return
    134134    if which loadkeys > /dev/null 2> /dev/null ; then
Note: See TracChangeset for help on using the changeset viewer.