From 016d5a2c6a148c5ce66e961e73a7e8c767c445b5 Mon Sep 17 00:00:00 2001 From: Christopher Palmer-Richez Date: Thu, 1 Aug 2024 16:01:05 -0400 Subject: [PATCH] Remove restrictions on initrd generators. This restriction is not really enforced anywhere else, and callers should have control over which tool they use as long as it is supported by their system and kernel-install. --- roles/uki_config/meta/argument_specs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/uki_config/meta/argument_specs.yaml b/roles/uki_config/meta/argument_specs.yaml index 56dffa8..7226519 100644 --- a/roles/uki_config/meta/argument_specs.yaml +++ b/roles/uki_config/meta/argument_specs.yaml @@ -7,8 +7,7 @@ argument_specs: options: uki_config_initrd_generator: type: str - choices: - - dracut + description: The tool kernel-install calls to generate an initramfs. default: dracut uki_config_mok: