>>> On 04.01.18 at 14:05, <wei.l...@citrix.com> wrote:
> @@ -632,11 +633,10 @@ static char * __init cmdline_cook(char *p, const char 
> *loader_name)
>      while ( *p == ' ' )
>          p++;
>  
> -    /* GRUB2 does not include image name as first item on command line. */
> -    if ( loader_is_grub2(loader_name) )
> +    if ( !loader_is_grub1(loader_name) )
>          return p;

Behavior here changes for xen.efi booted without grub2 afaict.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to