Changeset 3768 in MondoRescue


Ignore:
Timestamp:
Jun 17, 2020, 2:16:35 AM (4 years ago)
Author:
Bruno Cornec
Message:

Add more alternatives for the MBRFILE and GPTMBRFILE variables due to differences in (Christian Werner <Christian.Werner_at_t-online.de>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3767 r3768  
    142142[ ! -r "$MBRFILE" ] && MBRFILE=/usr/share/lib/syslinux/mbr.bin
    143143[ ! -r "$MBRFILE" ] && MBRFILE=/usr/share/lib64/syslinux/mbr.bin
     144# Debian 10
     145[ ! -r "$MBRFILE" ] && MBRFILE=/usr/lib/SYSLINUX/mbr.bin
     146[ ! -r "$MBRFILE" ] && MBRFILE=/usr/lib/syslinux/mbr/mbr.bin
    144147
    145148# Find GPTMBR in case of bootable USB device to build and for restoring it
     
    149152[ ! -r "$GPTMBRFILE" ] && GPTMBRFILE=/usr/share/lib/syslinux/gptmbr.bin
    150153[ ! -r "$GPTMBRFILE" ] && GPTMBRFILE=/usr/share/lib64/syslinux/gptmbr.bin
     154# Debian 10
     155[ ! -r "$GPTMBRFILE" ] && GPTMBRFILE=/usr/lib/SYSLINUX/gptmbr.bin
     156[ ! -r "$GPTMBRFILE" ] && GPTMBRFILE=/usr/lib/syslinux/mbr/gptmbr.bin
    151157
    152158# Function to log on screen only
Note: See TracChangeset for help on using the changeset viewer.