mirror of
https://github.com/systemd/systemd.git
synced 2024-12-27 02:53:33 +08:00
cryptsetup: accept "none" option
This commit is contained in:
parent
f47cd184c0
commit
41e6f28acc
@ -110,7 +110,7 @@ static int parse_one_option(const char *option) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
} else
|
||||
} else if (!streq(option, "none"))
|
||||
log_error("Encountered unknown /etc/crypttab option '%s', ignoring.", option);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user