diff options
author | Ludwig Nussel <ludwig.nussel@suse.de> | 2022-12-08 16:27:31 +0100 |
---|---|---|
committer | Ludwig Nussel <ludwig.nussel@suse.de> | 2023-01-19 14:24:43 +0100 |
commit | 8702496bfb0205764569782a9a2ebd11fd80e5e8 (patch) | |
tree | 1b610c546c1ef4fb3422341430edab09bf5873f3 /meson.build | |
parent | chase-symlinks: new chase_symlinks_and_unlink() (diff) | |
download | systemd-8702496bfb0205764569782a9a2ebd11fd80e5e8.tar.xz systemd-8702496bfb0205764569782a9a2ebd11fd80e5e8.zip |
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.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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 |