Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* etc/grub.d/09_snappy: Grub snippet that:
- Creates menuentry's for both rootfs's. - Boots using the rootfs specified by the snappy_ab variable (which replaces the boot-by-uuid config auto-generated by grub-install [which is no longer called]). - Toggles the rootfs if the last boot failed (LP: #1412737). * partition/bootloader_grub.go: - ToggleRootFS: Remove call to grub-install now that ubuntu-device-flash creates the shared boot partition for grub. * partition/partition.go: - bindmountRequiredFilesystems(): Call new function bindmountThisRootfsRO() so that menu entries can be generated for for both rootfs's on grub systems.
- Loading branch information