From 232a78bc08e68b877580f398aaee98007724da63 Mon Sep 17 00:00:00 2001 From: dalto8 <57767042+dalto8@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:04:34 +0000 Subject: [PATCH] [settings.conf] Move fstab after luksbootkeyfile fstab is checking for the existence of luks keyfile. Because of this, the luks keyfile job needs to run before fstab. --- settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.conf b/settings.conf index f4cbd05ca..d0e086000 100644 --- a/settings.conf +++ b/settings.conf @@ -132,13 +132,13 @@ sequence: - mount - unpackfs - machineid - - fstab - locale - keyboard - localecfg # - luksbootkeyfile # - luksopenswaphookcfg # - dracutlukscfg + - fstab # - plymouthcfg # - zfshostid - initcpiocfg