Skip to content

Commit

Permalink
sys-kernel/bootengine: Add support for disk encryption
Browse files Browse the repository at this point in the history
This pulls in flatcar/bootengine#83
  • Loading branch information
Simon Campion committed Jan 30, 2024
1 parent eb81ad0 commit 76bbbba
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
CROS_WORKON_PROJECT="flatcar/bootengine"
CROS_WORKON_PROJECT="simoncampion/bootengine"
CROS_WORKON_LOCALNAME="bootengine"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_REPO="https://github.com"

if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="10341079dde4bf7f8fbdb8a01a73b94da355c1ba" # flatcar-master
CROS_WORKON_COMMIT="b5047d0d9255eb6127cddf76a3ed228bb5f72e04"
KEYWORDS="amd64 arm arm64 x86"
fi

Expand All @@ -37,10 +37,9 @@ src_install() {
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-setup.sh \
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-kargs-helper \
"${D}"/usr/lib/dracut/modules.d/30ignition/retry-umount.sh \
"${D}"/usr/lib/dracut/modules.d/40clevis-unlock/*-wrapper \
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root \
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root-after-ignition \
"${D}"/usr/lib/dracut/modules.d/99setup-root/gpg-agent-wrapper \
"${D}"/usr/lib/dracut/modules.d/30ignition/coreos-metadata-wrapper \
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-wrapper \
|| die chmod
}

0 comments on commit 76bbbba

Please sign in to comment.