From: Lukáš Nykrýn Date: Thu, 9 Nov 2017 13:24:57 +0000 (+0100) Subject: cryptsetup: ignore _netdev, since it is used in generator (#7282) X-Git-Tag: v236~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7576eb9fd05bb663e4ef62bef00a6faa8d00970;p=thirdparty%2Fsystemd.git cryptsetup: ignore _netdev, since it is used in generator (#7282) --- diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index 8fc35ad999e..68c7373011b 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="))) {