Pushed a fix to fix the regression. With the new fix:
root@lazy:/# flash-kernel
flash-kernel: installing version 3.13.0-35-generic
Generating kernel u-boot image... done.
Installing new uImage.
Generating initramfs u-boot image... done.
Installing new uInitrd.
Generating boot script u-boot image... done.
Installing new boot.scr.
root@lazy:/# ls /boot
abi-3.13.0-35-generic System.map-3.13.0-35-generic
boot.scr uImage
config-3.13.0-35-generic uInitrd
grub vmlinuz-3.13.0-35-generic
initrd.img-3.13.0-35-generic
root@lazy:/# dd if=/boot/boot.scr skip=1 bs=72 of=/tmp/bootscript
2+1 records in
2+1 records out
173 bytes (173 B) copied, 0.005532 s, 31.3 kB/s
root@lazy:/# cat /tmp/bootscript
setenv bootargs 'console=ttyS0,9600n8r ro'
load scsi 0 ${kernel_addr_r} uImage
load scsi 0 ${ramdisk_addr_r} uInitrd
bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
root@lazy:/# cat /proc/device-tree/model
HP ProLiant m400 Server Cartridgeroot@lazy:/#
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356569
Title:
flash-kernel should not consider ignored kernels as latest
To manage notifications about this bug go to:
https://bugs.launchpad.net/lomond/+bug/1356569/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs