diff options
Diffstat (limited to 'config/build.cfg')
-rw-r--r-- | config/build.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/build.cfg b/config/build.cfg index 38c7170..a3fc6c6 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -37,6 +37,9 @@ my $config = { 'config/pkg-exclude-to-review.lst', 'config/pkg-exclude-to-fix.lst', ], + biarch_packages => [ + if_($arch eq 'x86_64', 'grub2-efi') + ], system => { vga_mode => '791', }, @@ -62,7 +65,8 @@ my $config = { boot32_efi => 'bootloader/images/bootia32.efi' ), if_($arch eq 'x86_64', - efi_type => '64bit', + efi_type => 'all', + boot32_efi => 'bootloader/images/bootia32.efi', boot64_efi => 'bootloader/images/bootx64.efi' ), copy_from_repo => [ |