]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: remove comment that makes githubs renderer very angry
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Nov 2021 18:42:38 +0000 (19:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Nov 2021 18:46:27 +0000 (19:46 +0100)
It is fine on github.com, but not on github.io.

docs/DISCOVERABLE_PARTITIONS.md
tools/list-discoverable-partitions.py

index fb62035a69fdf562db31f1f2b20dd1ed52278edb..1be4250f515fa2d49561629841eff848c7da86a3 100644 (file)
@@ -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`. |
index 2ad179c77694a78fcf1ccba0f8a1e4520c53c034..8d95902eba3817f31ddc5389a037015d53b4b998 100644 (file)
@@ -6,7 +6,6 @@ import sys
 import uuid
 
 HEADER = f'''\
-<!-- generated with {sys.argv[0]} -->
 | Partition Type UUID | Name | Allowed File Systems | Explanation |
 |---------------------|------|----------------------|-------------|
 '''