invalid syslinux config in case of usb-hdd for sid/lenny
Vladimir Stavrinov wrote:
> - mv binary/isolinux.cfg "${DESTDIR}"/syslinux.cfg
> + mv "${DESTDIR}"/isolinux.cfg "${DESTDIR}"/syslinux.cfg
fixed, thanks.
> - if [ "${LIVE_DISTRIBUTION}" = "etch" ]
> - then
> + #if [ "${LIVE_DISTRIBUTION}" = "etch" ]
> + #then
> if [ "`echo ${LIVE_LINUX_FLAVOURS} | wc -w`" -gt "1" ]
> then
> for FLAVOUR in ${LIVE_LINUX_FLAVOURS}
> @@ -470,7 +470,7 @@
> mv "${DESTDIR_LIVE}"/initrd.img-*-${LIVE_LINUX_FLAVOURS} "${DESTDIR_LIVE}"/initrd.img
> sed -i -e "s/vmlinuz-.*-${LIVE_LINUX_FLAVOURS}/vmlinuz/g" -e "s/initrd.img-.*-${LIVE_LINUX_FLAVOURS}/initrd.img/g" "${DESTDIR}"/syslinux.cfg
> fi
> - fi
> + #fi
fixed differently, because we still need that stupid workaround on etch,
but thanks for pointing out the wrong if statement.
fyi: both fixes are included in 1.0~a16-1.
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: daniel.baumann at panthera-systems.net
Internet: http://people.panthera-systems.net/~daniel-baumann/
Reply to: