From c8cda9cc1fb4a44344a56a51625ef9fac597ce7e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 4 Aug 2020 23:24:31 +0100 Subject: [PATCH] Add dracut bundle Dracut is used for generating unified kernel images which can be signed for use by Secure Boot. dracut itself requires binutils (objcopy) for generating unified kernel images. See https://systemd.io/BOOT_LOADER_SPECIFICATION/#type-2-efi-unified-kernel-images --- bundles/dracut | 14 ++++++++++++++ bundles/sysadmin-basic | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 bundles/dracut diff --git a/bundles/dracut b/bundles/dracut new file mode 100644 index 000000000..074c69284 --- /dev/null +++ b/bundles/dracut @@ -0,0 +1,14 @@ +# [TITLE]: dracut +# [DESCRIPTION]: dracut is an event driven initramfs infrastructure. +# [STATUS]: Active +# [CAPABILITIES]: +# [TAGS]: Developer Tools +# [MAINTAINER]: Daan De Meyer + + +# start of custom additions (edits outside this area will be removed automatically) +include(binutils) +# end of custom additions + +# main package +dracut diff --git a/bundles/sysadmin-basic b/bundles/sysadmin-basic index fba57224a..eed34bb47 100644 --- a/bundles/sysadmin-basic +++ b/bundles/sysadmin-basic @@ -31,7 +31,7 @@ dfc include(diffutils) dmidecode dos2unix -dracut +include(dracut) e2fsprogs efibootmgr include(file)