[ general ] Don't install u-boot package to the image anymore, but leave scripting since it's need for nand-sata-install

This commit is contained in:
Igor Pecovnik 2018-12-28 16:32:02 +01:00
parent 2eb56c6f8d
commit c58a8f6a3e

View File

@ -149,9 +149,11 @@ install_common()
ff02::2 ip6-allrouters
EOF
# install kernel and u-boot packages
# install kernel
install_deb_chroot "$DEST/debs/${CHOSEN_KERNEL}_${REVISION}_${ARCH}.deb"
install_deb_chroot "$DEST/debs/${CHOSEN_UBOOT}_${REVISION}_${ARCH}.deb"
# unpack u-boot
dpkg -x ${DEST}/debs/${CHOSEN_UBOOT}_${REVISION}_${ARCH}.deb $SDCARD
if [[ $BUILD_DESKTOP == yes ]]; then
install_deb_chroot "$DEST/debs/$RELEASE/armbian-${RELEASE}-desktop_${REVISION}_all.deb"