]> xenbits.xensource.com Git - people/royger/osstest.git/commit
Osstest/Debian: bootloader: Fix grub parsing for XSM and multiboot1
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 29 May 2018 11:09:33 +0000 (11:09 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Tue, 29 May 2018 11:09:33 +0000 (11:09 +0000)
commitbfa782bbcbbad3d40c9de991d3fd2e7438bab4f9
treec5a620baa48cf2ef801c29c1748e7b983e4d7098
parent5c8a2c0a94bcf77f7e7e0ae94949a4ea5a28e767
Osstest/Debian: bootloader: Fix grub parsing for XSM and multiboot1

bca3edb4ac0d670098b7618cbaccf7577aca267a
  "Osstest/Debian: bootloader: Understand multiboot2 syntax"
was supposed to change `multiboot' and `module' in the grub2 menu
parser to `multiboot2?' and `module2?'.  But the entry for matching
XSM policy file lines was missing the ?, which broke all multiboot1
XSM tests.  Fix this.

Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Osstest/Debian.pm