~ondrak/goget-ubuntu-touch/new-adb

« back to all changes in this revision

Viewing changes to diskimage/core_uboot.go

  • Committer: Snappy Tarmac
  • Author(s): Michael Vogt
  • Date: 2015-11-12 16:51:58 UTC
  • mfrom: (214.2.4 timchen)
  • Revision ID: snappy_tarmac-20151112165158-70p8r10jrsba7vl0
Increase the size of the boot partition and also create fw/ directory under the efi directory. by mvo approved by mvo,sergiusens

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                return err
91
91
        }
92
92
 
93
 
        parted.addPart(bootLabel, bootDir, fsFat32, 64)
 
93
        parted.addPart(bootLabel, bootDir, fsFat32, 128)
94
94
        parted.addPart(systemALabel, systemADir, fsExt4, 1024)
95
95
        parted.addPart(systemBLabel, systemBDir, fsExt4, 1024)
96
96
        parted.addPart(writableLabel, writableDir, fsExt4, -1)