mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Merge pull request #233 from marineam/mbr
fix(disk_util): Switch back to gptmbr.bin for our MBR boot code.
This commit is contained in:
commit
1c328d7c0d
@ -15,8 +15,8 @@ import uuid
|
||||
# First sector we can use.
|
||||
GPT_RESERVED_SECTORS = 34
|
||||
|
||||
# Default MBR boot code for hybrid MBRs
|
||||
DEFAULT_MBR_BOOT_CODE = '/usr/share/syslinux/mbr.bin'
|
||||
# Default MBR boot code for GPT
|
||||
DEFAULT_MBR_BOOT_CODE = '/usr/share/syslinux/gptmbr.bin'
|
||||
|
||||
|
||||
class ConfigNotFound(Exception):
|
||||
|
Loading…
x
Reference in New Issue
Block a user