longtao.pang writes ("[OSSTEST Nested PATCH v11 3/7] Changes to support '/boot' leading paths of kernel, xen, in grub"): > Support situations of grub that have vmlinuz and other things starting > with path of '/boot' rather than '/'.
The insertion of (?:\/boot) is fine, but: > - if (m/^\s*multiboot\s*\/(xen\-[0-9][-+.0-9a-z]*\S+)/) { > + if (m/^\s*multiboot\s*(?:\/boot)?\/(xen\S+)/) { Here you change the regexp for the xen image, without any explanation. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel