balena-os / balena-os

The central place for all things BalenaOS related.
Apache License 2.0
113 stars 12 forks source link

resin-qemu: no hostapp-update hook on QEMU to change the root partiton #411

Open imrehg opened 6 years ago

imrehg commented 6 years ago

Have hooks for bootfiles, but not for changing grub.cfg which sets which partition to boot from. Tested on 2.7.4+rev1 tag of the resin-qemu repo

floion commented 6 years ago

@imrehg they should be these: https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-support/hostapp-update-hooks/files/99-resin-grub

floion commented 6 years ago

Fixed by https://github.com/resin-os/resin-qemu/pull/79

floion commented 6 years ago

@imrehg please retest and close if you feel this is fixed