Bugfix for eMMC install

This commit is contained in:
Igor Pecovnik 2016-04-25 20:26:24 +02:00
parent 850f08a4d3
commit 588837f857

View File

@ -96,7 +96,7 @@ EOF
# eMMC install
# fix that we can have one exlude file
cp -R /boot/ /boot/mnt/rootfs
cp -R /boot/ /mnt/rootfs
# determine u-boot and write it
name_of_ubootpackage=$(aptitude versions '~i linux-u-boot*'|head -1| awk '{print $2}' | sed 's/linux-u-boot-//g' | cut -f1 -d"-")
version_of_ubootpkg=$(aptitude versions '~i linux-u-boot*'| tail -1 | awk '{print $2}')