>>> On 04.01.18 at 14:05, <[email protected]> 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 [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
