commit: f7532051adae3e5ca42c3240bf03cb4672e92e2b Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sat Feb 17 20:47:22 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Sat Feb 17 20:48:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f7532051
specs/amd64/*: add efibootmgr to installcd & livegui Closes: https://bugs.gentoo.org/924707 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> releases/specs/amd64/installcd-stage1.spec | 1 + releases/specs/amd64/livegui/livegui-stage1.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/releases/specs/amd64/installcd-stage1.spec b/releases/specs/amd64/installcd-stage1.spec index 1e95edb1..60ac4388 100644 --- a/releases/specs/amd64/installcd-stage1.spec +++ b/releases/specs/amd64/installcd-stage1.spec @@ -76,6 +76,7 @@ livecd/packages: sys-auth/ssh-import-id sys-block/parted sys-block/partimage + sys-boot/efibootmgr sys-firmware/ipw2100-firmware sys-firmware/ipw2200-firmware sys-fs/bcache-tools diff --git a/releases/specs/amd64/livegui/livegui-stage1.spec b/releases/specs/amd64/livegui/livegui-stage1.spec index ec60ed00..2712cc35 100644 --- a/releases/specs/amd64/livegui/livegui-stage1.spec +++ b/releases/specs/amd64/livegui/livegui-stage1.spec @@ -221,6 +221,7 @@ livecd/packages: sys-block/partimage sys-block/tw_cli sys-block/whdd + sys-boot/efibootmgr sys-boot/grub sys-firmware/ipw2100-firmware sys-firmware/ipw2200-firmware
