On 01.12.2015 01:05, Seth Arnold wrote: > 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`
Maybe. Though one advantage of my variant (no, not currently planned on as far as I know) would be that mine would work even if the .gz would one day be replaced by a .bz2 or .xz or ... -Stefan > > Thanks >
signature.asc
Description: OpenPGP digital signature
-- ubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
