commit: 6628e6c4ee56816e01fc080f6f7d7f7caa3aecf9 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 14:17:47 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 14:18:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=6628e6c4
world: add sys-boot/grub with EFI support at cycle 4 core/etc/grs/world.conf | 3 +++ core/var/lib/portage/world.CYCLE.4 | 1 + 2 files changed, 4 insertions(+) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index 488fc80..5103998 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -1315,6 +1315,9 @@ package.use : sys-auth/pambase:0 -consolekit -debug -gnome-keyring -minimal -mkt [sys-auth/skey:0] package.use : sys-auth/skey:0 static-libs +[sys-boot/grub:2] +package.use : sys-boot/grub:2 -debug -device-mapper -doc -efiemu -grub_platforms_coreboot -grub_platforms_efi-32 -grub_platforms_emu -grub_platforms_ieee1275 -grub_platforms_loongson -grub_platforms_multiboot -grub_platforms_qemu -grub_platforms_qemu-mips -grub_platforms_uboot -grub_platforms_xen -grub_platforms_xen-32 -libzfs -mount -multislot -sdl -static -test -truetype fonts grub_platforms_efi-64 grub_platforms_pc nls themes + [sys-boot/lilo:0] package.use : sys-boot/lilo:0 -device-mapper -minimal -pxeserial -static diff --git a/core/var/lib/portage/world.CYCLE.4 b/core/var/lib/portage/world.CYCLE.4 index f614bc5..1dd3231 100644 --- a/core/var/lib/portage/world.CYCLE.4 +++ b/core/var/lib/portage/world.CYCLE.4 @@ -45,6 +45,7 @@ sys-apps/gradm sys-apps/less sys-apps/paxctl sys-apps/pciutils +sys-boot/grub sys-boot/lilo sys-devel/gdb sys-fs/cryptsetup
