Am 21.12.2013 12:49, schrieb Tom Gundersen:
>> - r = add_fsck(f, what, where, type, passno);
>> - if (r < 0)
>> - return r;
>> + if(is_device_path(what)) {
>> + r = add_fsck(f, what, where, type, passno);
>> + if (r < 0)
>> + return r;
>> + }
>>
>> fprintf(f,
>> "\n"
> Also, how does your patch deal with LABEL= and UUDI=?This patch mirrors the old behaviour of the (now removed) FsckPassNo code path.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
