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
1=== modified file 'diskimage/core_grub.go'
2--- diskimage/core_grub.go 2015-06-23 13:09:28 +0000
3+++ diskimage/core_grub.go 2015-07-10 13:52:41 +0000
4@@ -74,7 +74,7 @@
5 }
6
7 parted.addPart(grubLabel, "", fsNone, 4)
8- parted.addPart(bootLabel, bootDir, fsFat32, 64)
9+ parted.addPart(bootLabel, bootDir, fsFat32, 512)
10 parted.addPart(systemALabel, systemADir, fsExt4, img.rootSize)
11 parted.addPart(systemBLabel, systemBDir, fsExt4, img.rootSize)
12 parted.addPart(writableLabel, writableDir, fsExt4, -1)

Subscribers

People subscribed via source and target branches