From 218c1d9344bbec6d4b8442ab0bde3fa3d7c824f5 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 1 Nov 2021 14:52:04 +0100 Subject: [PATCH] [fstab] Weaken the prescription against / in crypttab FIXES #1811 --- src/modules/fstab/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fstab/main.py b/src/modules/fstab/main.py index 5312e7f5b..5bc2d3344 100644 --- a/src/modules/fstab/main.py +++ b/src/modules/fstab/main.py @@ -44,7 +44,7 @@ CRYPTTAB_HEADER = """# /etc/crypttab: mappings for encrypted partitions. # # See crypttab(5) for the supported syntax. # -# NOTE: Do not list your root (/) partition here, it must be set up +# NOTE: You need not list your root (/) partition here, but it must be set up # beforehand by the initramfs (/etc/mkinitcpio.conf). The same applies # to encrypted swap, which should be set up with mkinitcpio-openswap # for resume support.