Changeset 3651 in MondoRescue for branches/3.3/mindi/mindi


Ignore:
Timestamp:
Feb 20, 2017, 4:47:57 PM (7 years ago)
Author:
Bruno Cornec
Message:

Minor format improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3650 r3651  
    25722572                LogFile "INFO: Schlomo, this one's for you."
    25732573            else
    2574                 LogFile "INFO: Two or more possible kernels found. You may specify any one of them and the "
     2574                LogFile "INFO: Two or more possible kernels found. You may specify any one of them and the "
    25752575                LogFile "INFO: boot disks will still work, probably. If one does not work, try another."
    2576                 LogFile "INFO: $possible_kernels"
    2577                 output=""
     2576                LogFile "INFO: $possible_kernels"
     2577                output=""
    25782578            fi
    25792579        fi
     
    35633563    read ch
    35643564    if [ "$ch" != "n" ] && [ "$ch" != "N" ] ; then
    3565         USE_OWN_KERNEL="yes"
     3565        USE_OWN_KERNEL="yes"
    35663566    else
    35673567        USE_OWN_KERNEL="no"
Note: See TracChangeset for help on using the changeset viewer.