From 8716a76ce2058876abc7c5b1001822ac9e08a617 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Dec 2022 12:28:31 +0100 Subject: [PATCH] gpt-auto-generator: enable referencing partitions via diskseq symlinks --- src/gpt-auto-generator/gpt-auto-generator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c index 1d626f2a5a..92eef36b4d 100644 --- a/src/gpt-auto-generator/gpt-auto-generator.c +++ b/src/gpt-auto-generator/gpt-auto-generator.c @@ -674,7 +674,8 @@ static int enumerate_partitions(dev_t devnum) { loop, NULL, NULL, DISSECT_IMAGE_GPT_ONLY| - DISSECT_IMAGE_USR_NO_ROOT, + DISSECT_IMAGE_USR_NO_ROOT| + DISSECT_IMAGE_DISKSEQ_DEVNODE, /* NB! Unlike most other places where we dissect block devices we do not use * DISSECT_IMAGE_ADD_PARTITION_DEVICES here: we want that the kernel finds the * devices, and udev probes them before we mount them via .mount units much later -- 2.25.1