From 3b3df72d7fd40482262e981bdb6cc21b11d37f47 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 3 Mar 2023 15:26:03 +0100 Subject: [PATCH 1/1] luks: reword warning about unsupported option the fact that genititrd does not support certain options does not necessarily makes them invalid --- mod-luks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod-luks.sh b/mod-luks.sh index 9323388..82986f1 100644 --- a/mod-luks.sh +++ b/mod-luks.sh @@ -190,7 +190,7 @@ luks_crypttab() { crypttab_opt="$crypttab_opt --allow-discards" ;; *) - warn "$dst: option \'$option\' is invalid for LUKS partitions, ignored" + warn "$dst: option \'$option\' is unsupported for LUKS partitions, ignored" ;; esac done -- 2.44.0