From 8702496bfb0205764569782a9a2ebd11fd80e5e8 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Thu, 8 Dec 2022 16:27:31 +0100 Subject: bootctl: unlink and cleanup functions The unlink command removes an entry from the ESP including referenced files that are not referenced in other entries. That is useful eg to have multiple entries that use the same kernel with different options. The cleanup command removes all files that are not referenced by any entry. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d1f3a00691..965b237d23 100644 --- a/meson.build +++ b/meson.build @@ -4051,6 +4051,7 @@ public_programs += exe if want_tests != 'false' and want_kernel_install test('test-kernel-install', test_kernel_install_sh, + env : test_env, args : [exe.full_path(), loaderentry_install]) endif -- cgit v1.2.1