diff -u live-helper-2.0~a10.1/debian/changelog live-helper-2.0~a10.1/debian/changelog --- live-helper-2.0~a10.1/debian/changelog +++ live-helper-2.0~a10.1/debian/changelog @@ -1,3 +1,11 @@ +live-helper (2.0~a10.1-1ubuntu1~linaro3) lucid; urgency=low + + * functions/defaults.sh: + + allow production of hardware independent rootfs for armel; + only warn about empty LH_LINUX_FLAVOUR config + + -- Alexander Sack Wed, 15 Sep 2010 17:15:01 +0200 + live-helper (2.0~a10.1-1ubuntu1~linaro2) lucid; urgency=low * helpers/binary_virtual-hdd: only in patch2: unchanged: --- live-helper-2.0~a10.1.orig/functions/defaults.sh +++ live-helper-2.0~a10.1/functions/defaults.sh @@ -499,9 +499,7 @@ then case "${LH_ARCHITECTURE}" in arm|armel) - Echo_error "There is no default kernel flavour defined for your architecture." - Echo_error "Please configure it manually with 'lh config -k FLAVOUR'." - exit 1 + Echo_warning "Producing board independent image for arm|armel." ;; alpha)