Bugfix for eMMC install
This commit is contained in:
parent
850f08a4d3
commit
588837f857
@ -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}')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user