Changeset 3569 in MondoRescue for branches


Ignore:
Timestamp:
Apr 25, 2016, 8:03:36 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Better log for keyboard detection
Location:
branches/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3565 r3569  
    400400        LogAll "WARNING: Keyboard mapping directory not found. I shall use default map at boot-time."
    401401        return 0
     402    else
     403        LogFile "INFO: KEYDIR=$KEYDIR"
    402404    fi
    403405    if [ -e "/etc/sysconfig/keyboard" ] ; then
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3564 r3569  
    14371437
    14381438#ifndef __IA64__
     1439    /* TODO: In GPT and NOT in IA64 this is failse ! */
    14391440    if (current_devno == 5 && previous_devno == 4) {
    14401441        log_to_screen("You must leave at least one partition spare as the Extended partition.");
Note: See TracChangeset for help on using the changeset viewer.