Skip to content

Commit fb59f0a

Browse files
authored
Merge pull request #3080 from flatcar/chewi/local-build-fixes
A couple of small fixes for performing Flatcar builds locally
2 parents 5cd7462 + d78421a commit fb59f0a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build_library/grub_install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ esac
7575
info "Updating GRUB in ${BOARD_ROOT}"
7676
emerge-${BOARD} \
7777
--nodeps --select --verbose --update --getbinpkg --usepkgonly --newuse \
78-
sys-boot/grub
78+
sys-boot/grub \
79+
sys-boot/shim \
80+
sys-boot/shim-signed
7981

8082
GRUB_SRC="${BOARD_ROOT}/usr/lib/grub/${FLAGS_target}"
8183
[[ -d "${GRUB_SRC}" ]] || die "GRUB not installed at ${GRUB_SRC}"

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-6.12.35.ebuild

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ DEPEND="
3737
sys-apps/shadow
3838
sys-apps/systemd[cryptsetup]
3939
sys-apps/seismograph
40-
sys-apps/util-linux
40+
sys-apps/util-linux[cryptsetup,udev]
4141
sys-block/open-iscsi
4242
sys-fs/btrfs-progs
43+
sys-fs/cryptsetup[udev]
4344
sys-fs/e2fsprogs
45+
sys-fs/lvm2[udev]
4446
sys-fs/mdadm
4547
sys-fs/xfsprogs
4648
>=sys-kernel/bootengine-0.0.38-r37:=

0 commit comments

Comments
 (0)