summaryrefslogtreecommitdiffstats
path: root/src/nspawn
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-11-22 01:07:13 +0100
committerGitHub <noreply@github.com>2022-11-22 01:07:13 +0100
commita0c544ee09c735ef3a6e04147c2e03f9dddbd98e (patch)
treeb3dabc9eb62980208ae151c043996cd60d270738 /src/nspawn
parentMerge pull request #25395 from poettering/tpm2-dlsym-assert (diff)
parentdocs/BOOT_LOADER_INTERFACE: reword sentence to apply to both entry types (diff)
downloadsystemd-a0c544ee09c735ef3a6e04147c2e03f9dddbd98e.tar.xz
systemd-a0c544ee09c735ef3a6e04147c2e03f9dddbd98e.zip
Merge pull request #25379 from keszybz/update-doc-links
Update doc links
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index ef5825ef75..d7b636209e 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -5753,7 +5753,7 @@ static int run(int argc, char *argv[]) {
log_notice("Note that the disk image needs to\n"
" a) either contain only a single MBR partition of type 0x83 that is marked bootable\n"
" b) or contain a single GPT partition of type 0FC63DAF-8483-4772-8E79-3D69D8477DE4\n"
- " c) or follow https://systemd.io/DISCOVERABLE_PARTITIONS\n"
+ " c) or follow https://uapi-group.org/specifications/specs/discoverable_partitions_specification\n"
" d) or contain a file system without a partition table\n"
"in order to be bootable with systemd-nspawn.");
goto finish;