Skip to content

Commit

Permalink
bin/ubuntu-core-initramfs: add TODO about fips feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsosanchezbeato committed Jan 10, 2024
1 parent 45c73bd commit 86c7aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/ubuntu-core-initramfs
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ def create_initrd(parser, args):
if os.path.exists(extra_modules):
add_modules_from_file(main, kernel_root, modules, firmware, extra_modules, db)

# TODO xnox: fips actually needs additional runtime dependencies than
# this, and currently forked in fips PPA. we need to figure out how to
# make ubuntu-core-initramfs-fips a reality.
if "fips" in args.features:
install_files([
"/usr/bin/kcapi-hasher",
Expand Down

0 comments on commit 86c7aa4

Please sign in to comment.