grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] parser: Remove escape from the state transitions


From: Daniel Kiper
Subject: Re: [PATCH] parser: Remove escape from the state transitions
Date: Tue, 17 Oct 2017 14:53:45 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Oct 16, 2017 at 02:04:17PM -0600, Eric Snowberg wrote:
> > On Oct 16, 2017, at 2:44 AM, Daniel Kiper <address@hidden> wrote:

[...]

> > I am a bit surprised that you are not able to quote a string but I will
> > give you some examples:
> >
> > "/address@hidden/address@hidden/LSI\,address@hidden/address@hidden,0"
> > '/address@hidden/address@hidden/LSI\,address@hidden/address@hidden,0’
> > /address@hidden/address@hidden/LSI\\,address@hidden/address@hidden,0
>
> I just tried all three combinations above, none of which worked.
> All failed within the disk open during boot.

Really??? Have you tried __EXACTLY__ those listed above? At least
one should work. Try them with echo command. In all cases you should
see on the console: 
/address@hidden/address@hidden/LSI\,address@hidden/address@hidden,0
No more no less.

> I’m moving on with my other patches now. If I get time in the future
> I’ll look at solving this a different way.  But for the moment, trying
> to boot with search.fs_uuid does not work if a disk contains a comma.

If you __REALLY__ tried strings listed above they should work. If they do
not then it means that search.fs_uuid further process hint somehow. Then
probably it is a bug and should be fixed.

Daniel



reply via email to

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