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
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
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
index 2d7cf33..ef5d962 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_