diff options
-rw-r--r-- | config/build.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/build.cfg b/config/build.cfg index a22edb8..3e3805b 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -56,7 +56,8 @@ my $config = { mbr_boot_img => 'bootloader/images/boot_hybrid.img', eltorito_img => 'bootloader/images/eltorito.img', if_($arch eq 'i586', - protect_sector_0=> 'no', + iso_part_start => 1, + iso_part_type => '0x17', efi_type => '32bit', boot32_efi => 'bootloader/images/bootia32.efi' ), |