Ignore:
Timestamp:
Aug 27, 2015, 10:50:26 AM (9 years ago)
Author:
Bruno Cornec
Message:

( Only use MBR when dealing with a BIOS type of boot env

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/restore-scripts/mondo/grub-MR

    r3378 r3429  
    9393
    9494if [ "$#" -ne "2" ] ; then
    95     Die "grub-MR <MBR drive> <mountlist filename>; e.g. grub-MR /dev/hda /tmp/mountlist.txt"
     95    Die "grub-MR <boot drive> <mountlist filename>; e.g. grub-MR /dev/hda /tmp/mountlist.txt"
    9696fi
    9797[ ! -f "$2" ] && Die "mountlist file not found"
Note: See TracChangeset for help on using the changeset viewer.