File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 75
75
info " Updating GRUB in ${BOARD_ROOT} "
76
76
emerge-${BOARD} \
77
77
--nodeps --select --verbose --update --getbinpkg --usepkgonly --newuse \
78
- sys-boot/grub
78
+ sys-boot/grub \
79
+ sys-boot/shim \
80
+ sys-boot/shim-signed
79
81
80
82
GRUB_SRC=" ${BOARD_ROOT} /usr/lib/grub/${FLAGS_target} "
81
83
[[ -d " ${GRUB_SRC} " ]] || die " GRUB not installed at ${GRUB_SRC} "
Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ DEPEND="
37
37
sys-apps/shadow
38
38
sys-apps/systemd[cryptsetup]
39
39
sys-apps/seismograph
40
- sys-apps/util-linux
40
+ sys-apps/util-linux[cryptsetup,udev]
41
41
sys-block/open-iscsi
42
42
sys-fs/btrfs-progs
43
+ sys-fs/cryptsetup[udev]
43
44
sys-fs/e2fsprogs
45
+ sys-fs/lvm2[udev]
44
46
sys-fs/mdadm
45
47
sys-fs/xfsprogs
46
48
>=sys-kernel/bootengine-0.0.38-r37:=
You can’t perform that action at this time.
0 commit comments