Changeset 3429 in MondoRescue for branches/3.2/mondo


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

Location:
branches/3.2/mondo/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-devices.c

    r3422 r3429  
    400400
    401401/**
    402  * Determine whether given NULL-terminated @p str exists in the MBR of @p dev.
     402 * Determine whether given NULL-terminated @p str exists in the begining of @p dev.
    403403 * @param dev The device to look in.
    404404 * @param str The string to look for.
  • branches/3.2/mondo/src/common/mondostructures.h

    r3375 r3429  
    207207    interactive,                    /// Interactive mode
    208208    compare,                    /// Compare mode
    209     mbr,                        /// MBR mode
     209    mbr,                        /// MBR restore only
    210210    isoonly,                    /// ISO mode
    211211    isonuke,                    /// ISO+Nuke mode
  • 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.