summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-23 19:42:38 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-23 19:46:27 +0100
commit07430e514aaf163ac41627ad2f2eb895be2ee7e3 (patch)
tree9a710ef916fd6cf886552c9ae3605aeaecf8b6e6
parent383c6f41e8be618daa822bc958eb4bf62e9a1af1 (diff)
downloadsystemd-07430e514aaf163ac41627ad2f2eb895be2ee7e3.tar.gz
docs: remove comment that makes githubs renderer very angry
It is fine on github.com, but not on github.io.
-rw-r--r--docs/DISCOVERABLE_PARTITIONS.md1
-rw-r--r--tools/list-discoverable-partitions.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/DISCOVERABLE_PARTITIONS.md b/docs/DISCOVERABLE_PARTITIONS.md
index fb62035a69..1be4250f51 100644
--- a/docs/DISCOVERABLE_PARTITIONS.md
+++ b/docs/DISCOVERABLE_PARTITIONS.md
@@ -40,7 +40,6 @@ Interface](https://systemd.io/BOOT_LOADER_INTERFACE).
## Defined Partition Type UUIDs
-<!-- generated with tools/list-discoverable-partitions.py -->
| Partition Type UUID | Name | Allowed File Systems | Explanation |
|---------------------|------|----------------------|-------------|
| _Root Partition (Alpha)_ | `6523f8ae-3eb1-4e2a-a05a-18b695ae656f` | Any native, optionally in LUKS | On systems with matching architecture, the first partition with this type UUID on the disk containing the active EFI ESP is automatically mounted to the root directory <tt>/</tt>. If the partition is encrypted with LUKS or has dm-verity integrity data (see below), the device mapper file will be named `/dev/mapper/root`. |
diff --git a/tools/list-discoverable-partitions.py b/tools/list-discoverable-partitions.py
index 2ad179c776..8d95902eba 100644
--- a/tools/list-discoverable-partitions.py
+++ b/tools/list-discoverable-partitions.py
@@ -6,7 +6,6 @@ import sys
import uuid
HEADER = f'''\
-<!-- generated with {sys.argv[0]} -->
| Partition Type UUID | Name | Allowed File Systems | Explanation |
|---------------------|------|----------------------|-------------|
'''