Merge lp:~mvo/snappy/snappy-fix-bbb-crash into lp:~snappy-dev/snappy/snappy-moved-to-github
Proposed by
Michael Vogt
on 2015-07-01
| Status: | Work in progress |
|---|---|
| Proposed branch: | lp:~mvo/snappy/snappy-fix-bbb-crash |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Diff against target: |
278 lines (+54/-58) 5 files modified
partition/bootloader.go (+15/-2) partition/bootloader_grub.go (+1/-1) partition/bootloader_grub_test.go (+14/-29) partition/bootloader_uboot.go (+7/-10) partition/bootloader_uboot_test.go (+17/-16) |
| To merge this branch: | bzr merge lp:~mvo/snappy/snappy-fix-bbb-crash |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Snappy Developers | 2015-07-01 | Pending | |
|
Review via email:
|
|||
Description of the Change
Fix crash on the BBB when it tries to call BootloaderDir.
I'm not overly happy with the fix it would be better to have a single
bootloader dir. I hope we get there eventually.
To post a comment you must log in.
| Sergio Schvezov (sergiusens) wrote : | # |
| Sergio Schvezov (sergiusens) wrote : | # |
it also fixes this issue in some way
Unmerged revisions
- 547. By Michael Vogt on 2015-07-01
-
only set currentBootPath, otherBootPath if we have that
- 546. By Michael Vogt on 2015-07-01
-
no mountinfo anymore in the tests
- 545. By Michael Vogt on 2015-07-01
-
decouple partition/
bootloader further


please wait for this one, I want to land update-grub today and not deal with another merge