Removing redundant check for linux-images in binary_linux-image.

This commit is contained in:
Daniel Baumann 2012-12-30 13:14:36 +01:00
parent 63b636d830
commit 0ec7df36ef
1 changed files with 2 additions and 5 deletions

View File

@ -73,11 +73,8 @@ Check_multiarchitectures
mkdir -p "${DESTDIR}"
# Installing linux-image
if [ "${LB_LINUX_PACKAGES}" != "none" ]
then
cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
cp chroot/boot/initrd.img-* "${DESTDIR}"
fi
case "${LB_INITRAMFS}" in
live-boot)