Merge lp:~mvo/snappy/snappy-bootsuccess-env into lp:~snappy-dev/snappy/snappy-moved-to-github
Proposed by
Michael Vogt
on 2015-07-16
| Status: | Merged |
|---|---|
| Approved by: | Michael Vogt on 2015-07-22 |
| Approved revision: | 590 |
| Merged at revision: | 594 |
| Proposed branch: | lp:~mvo/snappy/snappy-bootsuccess-env |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Diff against target: |
226 lines (+130/-12) 5 files modified
partition/bootloader.go (+2/-0) partition/bootloader_grub.go (+6/-9) partition/bootloader_uboot.go (+69/-3) partition/bootloader_uboot_test.go (+52/-0) partition/partition_test.go (+1/-0) |
| To merge this branch: | bzr merge lp:~mvo/snappy/snappy-bootsuccess-env |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Vogt | Approve on 2015-07-22 | ||
| Sergio Schvezov | 2015-07-16 | Needs Information on 2015-07-17 | |
|
Review via email:
|
|||
Commit Message
Change bootsuccessful uboot to use fw_setenv instead of modifying a
text-file.
Description of the Change
Change bootsuccessful uboot to use fw_setenv instead of modifying a
text-file.
This merge should wait until a full end-to-end test was performed.
To post a comment you must log in.
review:
Needs Information
| Michael Vogt (mvo) wrote : | # |
| Snappy Tarmac (snappydevtarmac) wrote : | # |
Voting does not meet specified criteria. Required: Approve >= 1, Disapprove == 0. Got: 1 Needs Information.
review:
Approve


Thanks for the review, you raised some important points. I addressed them now. Please let me know if there is anything else that should be fixed.