Merge lp:~sergiusens/goget-ubuntu-touch/biggerPartition into lp:goget-ubuntu-touch

Proposed by Sergio Schvezov
Status: Needs review
Proposed branch: lp:~sergiusens/goget-ubuntu-touch/biggerPartition
Merge into: lp:goget-ubuntu-touch
Diff against target: 12 lines (+1/-1)
1 file modified
diskimage/core_grub.go (+1/-1)
To merge this branch: bzr merge lp:~sergiusens/goget-ubuntu-touch/biggerPartition
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+264421@code.launchpad.net

Commit message

Bigger boot partition for snappy

Description of the change

This probably requires some discussion before merging.

To post a comment you must log in.

Unmerged revisions

200. By Sergio Schvezov

Bigger boot partition for snappy

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'diskimage/core_grub.go'
--- diskimage/core_grub.go 2015-06-23 13:09:28 +0000
+++ diskimage/core_grub.go 2015-07-10 13:52:41 +0000
@@ -74,7 +74,7 @@
74 }74 }
7575
76 parted.addPart(grubLabel, "", fsNone, 4)76 parted.addPart(grubLabel, "", fsNone, 4)
77 parted.addPart(bootLabel, bootDir, fsFat32, 64)77 parted.addPart(bootLabel, bootDir, fsFat32, 512)
78 parted.addPart(systemALabel, systemADir, fsExt4, img.rootSize)78 parted.addPart(systemALabel, systemADir, fsExt4, img.rootSize)
79 parted.addPart(systemBLabel, systemBDir, fsExt4, img.rootSize)79 parted.addPart(systemBLabel, systemBDir, fsExt4, img.rootSize)
80 parted.addPart(writableLabel, writableDir, fsExt4, -1)80 parted.addPart(writableLabel, writableDir, fsExt4, -1)

Subscribers

People subscribed via source and target branches