Skip to content

Commit

Permalink
Extend search paths for syslinux MBRs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeran committed Sep 4, 2014
1 parent f993114 commit 2b664f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grml2usb
Expand Up @@ -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):
Expand Down

0 comments on commit 2b664f3

Please sign in to comment.