summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-12-19 09:27:10 +0100
committerLennart Poettering <lennart@poettering.net>2019-12-23 14:44:33 +0100
commit19ac32cdd6c305ea4feb65f094573560b635ba91 (patch)
treedc138c49de8ba6cff0ae9053d8af5e72bd3686da /src/nspawn/nspawn.c
parentd4dffb8533a038fd42da8aae00ed2b09495dedb0 (diff)
downloadsystemd-19ac32cdd6c305ea4feb65f094573560b635ba91.tar.gz
docs: import discoverable partitions spec
This was previously available here: https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/ Let's pull it into our repository.
Diffstat (limited to 'src/nspawn/nspawn.c')
-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 962b2d0209..7b283387ae 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -5065,7 +5065,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 http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/\n"
+ " c) or follow https://systemd.io/DISCOVERABLE_PARTITIONS\n"
" d) or contain a file system without a partition table\n"
"in order to be bootable with systemd-nspawn.");
goto finish;