grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Warning if grub.cfg not found


From: Carles Pina i Estany
Subject: Re: [PATCH] Warning if grub.cfg not found
Date: Sun, 28 Sep 2008 23:41:02 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

On Sep/28/2008, Robert Millan wrote:
> On Sat, Sep 27, 2008 at 07:37:52PM +0200, Carles Pina i Estany wrote:
> > --- normal/main.c   (revision 1877)
> > +++ normal/main.c   (working copy)
> > @@ -230,7 +230,13 @@
> >    /* Try to open the config file.  */
> >    file = grub_file_open (config);
> >    if (! file)
> > -    return 0;
> > +    {
> 
> This seems to include the possibility that file cannot be read simply because
> it's not there.  Perhaps user intended so, and this shouldn't be reported as
> an error.

Do you mean that we could change:
+      grub_print_error ();

by "grub_print_warning"?

Or the whole point (warn the user if file is not there) is incorrect?

If user doesn't want a grub.cfg, he/she could "touch grub.cfg" and
that's all, no?

If some user is miss-configuring Grub2 (pointing to an invalid device,
partition, etc.) he will prefer to read "cannot find grub.cfg" than just
see a shell (it's quite confusing, or it was for me when it happened :-)
)

-- 
Carles Pina i Estany            GPG id: 0x17756391
        http://pinux.info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]