Hi, On Sat, Jan 23, 2016 at 01:28:06PM +0100, Karsten Merker wrote: > On Sat, Jan 23, 2016 at 12:09:45PM +0100, Guido Günther wrote: > > Package: u-boot-tools > > Followup-For: Bug #786879 > > > > Hi, > > at least for the Olinuxino boards an "update-uboot" reading kernel > > command line values from /etc/default/uboot and adding them to boot.scr > > via > > > > mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr > > > > would be helpful (similar to what update-grub does). I'm not sure if > > this would work for other boards as well. > > Hello, > > on all systems where the boot script is generated by Debian (this > includes the Allwinner-based Olinuxinos), flash-kernel already > provides such a mechanism: > > $ cat /etc/default/flash-kernel > LINUX_KERNEL_CMDLINE="quiet"
I did not spot that one, thanks! I guess that's perfectly sufficient for the above. Cheers, -- Guidox

