On 09/19/2012 03:28 PM, linuxk...@gmail.com wrote:
cp chroot/boot/"${LINUX}"-* "${DESTDIR}" -< don't exist linux-image
it does; unless you have a screwed up built (in which case you would
indeed have some leftovers in chroot/chroot, and where you should do a
proper rebuild in the first pl
into binary linux image
before:
# Installing linux-image
if [ "${LB_LINUX_PACKAGES}" != "none" ]
then
cp chroot/boot/"${LINUX}"-* "${DESTDIR}" -< don't exist
linux-image into chroot/boot
cp chroot/boot/initrd.img-* "${DESTDIR}"
fi
after:
# Installing linux-image
if [ "${LB_