Skip to content

Commit

Permalink
* etc/grub.d/09_snappy: Grub snippet that:
Browse files Browse the repository at this point in the history
  - 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
James Hunt committed Feb 17, 2015
1 parent e98cb4d commit 6561a27
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 15 deletions.
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
debian/*.service /lib/systemd/system/
etc
Loading

0 comments on commit 6561a27

Please sign in to comment.