[systemd-devel] [PATCH] fstab-generator: read rd.fstab=on/off switch correctly

WANG Chao chaowang at redhat.com
Fri Aug 9 01:49:18 PDT 2013


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.


More information about the systemd-devel mailing list