Changeset 2864 in MondoRescue


Ignore:
Timestamp:
Aug 23, 2011, 3:02:43 AM (13 years ago)
Author:
Bruno Cornec
Message:

r4222@localhost: bruno | 2011-08-23 01:30:48 +0200

  • Improve msgs printed during kbd analysis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2861 r2864  
    370370        mkdir -p $bigdir/etc/console
    371371        cp /etc/console/boottime.kmap.gz $bigdir/etc/console 2>> $LOGFILE
     372        echo ""
    372373        echo -e "$DONE"
    373374        return 0
     
    385386        mkdir -p $bigdir/etc/console-setup
    386387        cp $kbdfile $bigdir/etc/console-setup 2>> $LOGFILE
     388        echo ""
    387389        echo -e "$DONE"
    388390        return 0
     
    442444    KBDEPTH=0
    443445    AddKeyboardMappingFile $mappath
     446    echo ""
    444447    echo -e "$DONE"
    445448    rm -f $MINDI_TMP/keymaps.find
Note: See TracChangeset for help on using the changeset viewer.