RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
125 stars 132 forks source link

Files in /boot/uboot not getting updated #43

Open slamont opened 8 years ago

slamont commented 8 years ago

Hi Robert,

in a previous comment you told me that:

In our case, when you install a linux-image-*.deb, we have a postinstall script to manually update the files under /boot/uboot/ when present:

https://github.com/rcn-ee/repos/blob/master/bb-bb-customizations/suite/jessie/debian/zz-uenv_txt

Regards,

I'm trying to understand if I'm doing something wrong, if there is a bug or if I simply misunderstood. When I launch '/opt/scripts/tools/update_kernel.sh' the files in /boot/uboot doesn't get updated as they should based on my understanding of your previous comment.

See this pastebin : http://pastebin.com/te130LG6

Is there something I'm missing ?