Re: syslinux patch for xen flavour

2009-01-02 Thread Satoru KURASHIKI
hi, How about this workaround? - lh_binary_linux-image moves xen kernels if exist - lh_binary_syslinux: it detects xen-flavour and xen kernels, and create syslinux multiboot entry for every xen kernels. Netboot is not tested (I don't have netboot environment), and xen boot parameters are har

Re: syslinux patch for xen flavour

2008-12-29 Thread Satoru KURASHIKI
hi, Thanks for your comments. >> Useless use of test: >> >> if echo ${KERNEL} | grep -q 'xen-' > > For completeness, you actually want `grep -qs` here, for various > portability reasons. If portability matters, grep(1) suggests `grep ... > /dev/null 2>&1`. As live-helper will run on Debian

Re: syslinux patch for xen flavour

2008-12-27 Thread Chris Lamb
Tzafrir Cohen wrote: > Useless use of test: > > if echo ${KERNEL} | grep -q 'xen-' For completeness, you actually want `grep -qs` here, for various portability reasons. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org `- signature.asc Desc

Re: syslinux patch for xen flavour

2008-12-27 Thread Alex Owen
Will this work on USB stick boot and netboot also?? 2008/12/27 Tzafrir Cohen : > On Sat, Dec 27, 2008 at 03:44:15PM +0900, Satoru KURASHIKI wrote: >> hi, >> >> To boot xen dom0 from debian-live, I tweak lh_binary_syslinux. >> I'm glad if someone check and integrate it. >> >> regards, >> -- >> KUR

Re: syslinux patch for xen flavour

2008-12-27 Thread Tzafrir Cohen
On Sat, Dec 27, 2008 at 03:44:15PM +0900, Satoru KURASHIKI wrote: > hi, > > To boot xen dom0 from debian-live, I tweak lh_binary_syslinux. > I'm glad if someone check and integrate it. > > regards, > -- > KURASHIKI Satoru > diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux >