From: Jan Palus Date: Fri, 3 Mar 2023 14:26:03 +0000 (+0100) Subject: luks: reword warning about unsupported option X-Git-Tag: 12821~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=3b3df72d7fd40482262e981bdb6cc21b11d37f47;p=projects%2Fgeninitrd.git luks: reword warning about unsupported option the fact that genititrd does not support certain options does not necessarily makes them invalid --- 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