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


Ignore:
Timestamp:
Feb 22, 2016, 2:03:29 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Exit when using the new makebcf option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3518 r3519  
    32523252        MindiExit $?
    32533253    elif [ "$1" = "--makebcf" ] ; then
    3254             [ ! "$2" ] && Die "Please specify the boot mode to check (BIOS,UEFI, EFI)"
     3254        [ ! "$2" ] && Die "Please specify the boot mode to check (BIOS,UEFI, EFI)"
    32553255        MakeBootConfFile $2
     3256        MindiExit 0
    32563257    elif [ "$1" = "--makemessage" ] ; then
    32573258        MakeMessageFile | cut -c1-80
Note: See TracChangeset for help on using the changeset viewer.