On 08/09/13 at 10:07am, Colin Guthrie wrote:
> 'Twas brillig, and WANG Chao at 09/08/13 09:13 did gyre and gimble:
> > ---
> > src/fstab-generator/fstab-generator.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/fstab-generator/fstab-generator.c
> > b/src/fstab-generator/fstab-generator.c
> > index 87b17cd..0c31409 100644
> > --- a/src/fstab-generator/fstab-generator.c
> > +++ b/src/fstab-generator/fstab-generator.c
> > @@ -600,7 +600,7 @@ static int parse_proc_cmdline(void) {
> > } else if (startswith(word, "rd.fstab=")) {
> >
> > if (in_initrd()) {
> > - r = parse_boolean(word + 6);
> > + r = parse_boolean(word + 9);
> > if (r < 0)
> > log_warning("Failed to parse fstab
> > switch %s. Ignoring.", word + 6);
> > else
> >
>
> You need to fix it in the log_warning call too.
Thanks, will repost.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel