[systemd-bugs] [Bug 87717] RFE: Support for Debian's offset= in /etc/crypttab

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 17 04:33:39 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=87717

--- Comment #8 from Lennart Poettering <lennart at poettering.net> ---
Also, please add the initialization of .offset and .skip into the declaration
of the params variable, as initializer. i.e.:

struct crypt_params_plain params = {
        .offset = arg_offset,
        .skip = arg_skip,
};

Also, please document the new switches in crypttab(5).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150417/9eacaa3c/attachment.html>


More information about the systemd-bugs mailing list