docs: remove comment that makes githubs renderer very angry

It is fine on github.com, but not on github.io.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-11-23 19:42:38 +01:00 committed by Lennart Poettering
parent 383c6f41e8
commit 07430e514a
2 changed files with 0 additions and 2 deletions

View 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`. |

View file

@ -6,7 +6,6 @@ import sys
import uuid
HEADER = f'''\
<!-- generated with {sys.argv[0]} -->
| Partition Type UUID | Name | Allowed File Systems | Explanation |
|---------------------|------|----------------------|-------------|
'''