[projects/geninitrd] luks: reword warning about unsupported option
atler
atler at pld-linux.org
Fri Mar 3 15:27:02 CET 2023
commit 3b3df72d7fd40482262e981bdb6cc21b11d37f47
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Mar 3 15:26:03 2023 +0100
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/3b3df72d7fd40482262e981bdb6cc21b11d37f47
More information about the pld-cvs-commit
mailing list