From 34f2fd5096cdb26ef57998740b1b876332d968fc Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 12 May 2023 17:16:21 +0200 Subject: [PATCH] repart: Make sure we look up dropin files in the root directory --- src/partition/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index 30d341f795a..1f3e78a84ec 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -1638,7 +1638,7 @@ static int partition_read_definition(Partition *p, const char *path, const char STRV_MAKE_CONST(path), conf_file_dirs, dropin_dirname, - /* root = */ NULL, + arg_definitions ? NULL : arg_root, "Partition\0", config_item_table_lookup, table, CONFIG_PARSE_WARN, -- 2.47.3