Changeset 3520 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Feb 22, 2016, 2:17:25 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Better help message for makebcf
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3519 r3520  
    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 loader to check (syslinux, grub, grub2)"
    32553255        MakeBootConfFile $2
    32563256        MindiExit 0
Note: See TracChangeset for help on using the changeset viewer.