mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
sys-kernel/coreos-kernel: ensure the final systemd is installed
The systemd package from setup_board does not have USE=cryptsetup, but it gets installed before build_packages, which satisfies the build-time dependency from the kernel. The initramfs should have the cryptsetup files, so explicitly depend on it to order building the kernel after the final systemd package.
This commit is contained in:
parent
56a97775be
commit
f2789a8d3c
@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
|
|||||||
sys-apps/less
|
sys-apps/less
|
||||||
sys-apps/sed
|
sys-apps/sed
|
||||||
sys-apps/shadow
|
sys-apps/shadow
|
||||||
sys-apps/systemd
|
sys-apps/systemd[cryptsetup]
|
||||||
sys-apps/seismograph
|
sys-apps/seismograph
|
||||||
sys-apps/util-linux
|
sys-apps/util-linux
|
||||||
sys-fs/btrfs-progs
|
sys-fs/btrfs-progs
|
Loading…
x
Reference in New Issue
Block a user