mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 00:01:15 +02:00
pentoo-installer: dual efi for grub, it's a minefield out there
This commit is contained in:
parent
20c393c802
commit
8657cbd80a
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue