From: Lennart Poettering Date: Wed, 21 Dec 2022 11:28:31 +0000 (+0100) Subject: gpt-auto-generator: enable referencing partitions via diskseq symlinks X-Git-Tag: v253-rc1~220^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8716a76ce2058876abc7c5b1001822ac9e08a617;p=thirdparty%2Fsystemd.git gpt-auto-generator: enable referencing partitions via diskseq symlinks --- diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c index 1d626f2a5a0..92eef36b4dd 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