[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

live-build 2.0.1-1 fails booting live-config



I'm building a squeeze image using live-build 2.0.1-1.
The image boots but live-config does not work.
I see that the kernel parameters are

... boot=live config ...

Instead of 'live-config'

And I see that it is explicitly done in the code:

todoesverso@todoeslaptop:~/tmp/live-build/scripts/build$ grep -n
append lb_binary_syslinux
132:	LINUX_LIVE="${LINUX_LIVE}\tappend
initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} config
${LB_BOOTAPPEND_LIVE} ${APPEND} ${QAPPEND}\n"
144:	LINUX_LIVE="${LINUX_LIVE}\tappend
initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} config
${LB_BOOTAPPEND_LIVE} ${APPEND} ${FAILSAFE}\n"
189:		LINUX_INSTALL="${LINUX_INSTALL}\tappend
initrd=${LIVE_INSTALL_KERNEL_PATH}/${INITRD} ${TAPPEND}
${LB_BOOTAPPEND_INSTALL}\n"


So my question is, is this a bug?

thanks, todoesverso.


Reply to: