From b89bd947cb625f987acf39740e5806a68e2393e3 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 16 Sep 2026 22:41:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Fix=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6f065..572c176 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ releases, but these have not been tested. - Always check `/root/postinstall_debug.txt` after `postinstall` ran. - It's not specific to this postinstall script, but make sure you know how to mount an encrypted system from the rescue disk using `mdadm`, `cryptsetup`, `lvscan` etc. Also remember to `touch - `/path-to/mounted-system/.autorelabel` after tinkering, to not break booting due to SELinux + /path-to/mounted-system/.autorelabel` after tinkering, to not break booting due to SELinux choking on unlabeled files. - Be sure to regenerate your initramfs if you changed anything substantial, e.g. NetworkManager configuration.