Correcting typo in binary_syslinux when writing the flavour name to the config files (Closes: #684865).

This commit is contained in:
Daniel Baumann 2012-08-14 10:49:34 +02:00
parent aef6a70f51
commit 2023579e88
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ then
mv binary/live/vmlinuz-* binary/live/vmlinuz
mv binary/live/initrd.img-* binary/live/initrd.img
sed -e "s|@FLAVOUR@|${LB_LINUX_FLAVOUR}|g" \
sed -e "s|@FLAVOUR@|${LB_LINUX_FLAVOURS}|g" \
-e "s|@KERNEL@|/live/vmlinuz|g" \
-e "s|@INITRD@|/live/initrd.img|g" \
-e "s|@LB_BOOTAPPEND_LIVE@|${LB_BOOTAPPEND_LIVE}|g" \