Changeset 3429 in MondoRescue for branches/3.2/mondo/src/common


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

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

Location:
branches/3.2/mondo/src/common
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.