From 2b664f3385361c57e38359297bffe55906182eaa Mon Sep 17 00:00:00 2001 From: joeran Date: Thu, 4 Sep 2014 20:52:34 +0200 Subject: [PATCH] Extend search paths for syslinux MBRs --- grml2usb | 1 + 1 file changed, 1 insertion(+) diff --git a/grml2usb b/grml2usb index aa87484..844d87b 100755 --- a/grml2usb +++ b/grml2usb @@ -1584,6 +1584,7 @@ def handle_mbr(device): if options.syslinuxmbr: mbrcode = "" mbr_locations = ('/usr/lib/syslinux/mbr.bin', + '/usr/lib/syslinux/bios/mbr.bin', '/usr/share/syslinux/mbr.bin') for mbrpath in mbr_locations: if os.path.isfile(mbrpath): -- 2.1.4