Changeset 3430 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Aug 27, 2015, 10:57:37 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • use the keyword TODO (yellow in vim) to indicate code to review instead of BCO|BERLIOS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3429 r3430  
    17811781    if [ "$CDRECOVERY" = "yes" ] ; then
    17821782        if [ "$type" = "grub" ]; then
    1783             # BCO: Which num ???
     1783            # TODO: Which num ???
    17841784            echo -en "0\n"
    17851785        else
     
    20122012    mkdir -p $bigdir/tmp
    20132013    if [ _"$MONDO_SHARE" != _"" ]; then
    2014         # BCO: no reason to have the cfg file stored twice
     2014        # TODO: no reason to have the cfg file stored twice
    20152015        MakeMondoConfigFile $MINDI_TMP/$MRCFG
    20162016        cp -f $MINDI_TMP/$MRCFG $bigdir/tmp &> /dev/null
     
    21102110        fi
    21112111        # EFI or UEFI
    2112         # BCO names are hard-coded for now
     2112        # TODO: names are hard-coded for now
    21132113        if [ "$BOOT_TYPE" = "UEFI" ]; then
    21142114            # UEFI
Note: See TracChangeset for help on using the changeset viewer.