WIP: grub_install: switch to BOARD_GRUB by default

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2023-12-12 17:11:59 +00:00
parent 49573572c6
commit e798d0a1b4
2 changed files with 2 additions and 4 deletions

View File

@ -50,7 +50,7 @@ CORE_NAME=
# Whether the SDK's grub or the board root's grub is used. Once amd64 is
# fixed up the board root's grub will always be used.
BOARD_GRUB=0
BOARD_GRUB=1
case "${FLAGS_target}" in
i386-pc)

View File

@ -25,9 +25,7 @@ RDEPEND="
coreos-base/nova-agent-container
coreos-base/nova-agent-watcher
)
arm64? (
sys-boot/grub
)
sys-boot/grub
app-containers/containerd
app-containers/docker
app-containers/docker-cli