pentoo-installer: dual efi for grub, it's a minefield out there

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-07-30 20:54:45 -04:00
parent 20c393c802
commit 8657cbd80a
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ PDEPEND="dev-util/dialog
sys-apps/util-linux
sys-block/parted
sys-boot/efibootmgr
sys-boot/grub:2[multislot(-)]
sys-boot/grub:2[multislot(-),grub_platforms_efi-32,grub_platforms_efi-64]
sys-boot/os-prober
sys-boot/shim
sys-boot/mokutil

View file

@ -7,5 +7,3 @@ QEMU_SOFTMMU_TARGETS="arm aarch64 i386 x86_64"
QEMU_USER_TARGETS="arm aarch64 i386 x86_64"
UNICORN_TARGETS="arm aarch64 x86"
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"

View file

@ -1 +1,5 @@
VIDEO_CARDS="nvidia amdgpu nouveau fbdev glint intel i915 i965 mach64 mga nv radeon radeonsi radeonhd savage sis tdfx vga via vmware voodoo apm chips cirrus cyrix epson i128 i740 imstt nsc rendition s3 s3virge siliconmotion"
#we may have 64 bit efi and want to install 32 bit userspace
#or have 32 bit efi on 64 bit system
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"

View file

@ -9,5 +9,3 @@ QEMU_SOFTMMU_TARGETS="arm i386"
QEMU_USER_TARGETS="arm i386"
UNICORN_TARGETS="arm aarch64 x86"
GRUB_PLATFORMS="coreboot efi-32 emu multiboot pc qemu"