mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-06 14:01:07 +01:00
WIP: grub_install: switch to BOARD_GRUB by default
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
49573572c6
commit
e798d0a1b4
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user