diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index 8fc35ad999..68c7373011 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -77,7 +77,7 @@ static int parse_one_option(const char *option) { assert(option); /* Handled outside of this tool */ - if (STR_IN_SET(option, "noauto", "auto", "nofail", "fail")) + if (STR_IN_SET(option, "noauto", "auto", "nofail", "fail", "_netdev")) return 0; if ((val = startswith(option, "cipher="))) {