]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
luks: reword warning about unsupported option
authorJan Palus <atler@pld-linux.org>
Fri, 3 Mar 2023 14:26:03 +0000 (15:26 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 3 Mar 2023 14:26:03 +0000 (15:26 +0100)
the fact that genititrd does not support certain options does not
necessarily makes them invalid

mod-luks.sh

index 93233889a6e5020a68609d7bcafb1f68022a67b6..82986f1184af8d07d811b709c776754d8f8f57e1 100644 (file)
@@ -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
This page took 0.256208 seconds and 4 git commands to generate.