Xenial/grub2: Changes for Xen

Seth Arnold seth.arnold at canonical.com
Tue Dec 1 00:05:23 UTC 2015


On Mon, Nov 30, 2015 at 04:01:44PM +0100, Stefan Bader wrote:
> 20_linux_xen:
>  xen_list=`for i in /boot/xen*; do
> +        if echo "$i" | grep -q '\.efi$'; then continue; fi
>          if grub_file_is_not_garbage "$i" && file_is_not_sym "$i" ; then echo -n
> "$i " ; fi
>        done`

Could this be changesd to use the same xen-*.gz you used in the
descriptive text?

   xen_list=`for i in /boot/xen-*.gz; do
           if grub_file_is_not_garbage "$i" && file_is_not_sym "$i" ; then echo -n
  "$i " ; fi
         done`

Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-devel/attachments/20151130/e81893da/attachment.pgp>


More information about the ubuntu-devel mailing list