~ev/goget-ubuntu-touch/root-size-option

« back to all changes in this revision

Viewing changes to ubuntu-device-flash/snappy.go

  • Committer: Evan Dandrea
  • Date: 2016-05-24 19:56:29 UTC
  • Revision ID: evan.dandrea@canonical.com-20160524195629-te28onw57ilxu25t
Consistency in the command line options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
)
41
41
 
42
42
const (
43
 
        rootSizePersonal = 4096
44
 
        rootSizeCore     = 1024
 
43
        rootSizePersonal = 4
 
44
        rootSizeCore     = 1
45
45
)
46
46
 
47
47
const (
97
97
        stagingRootPath string
98
98
 
99
99
        size int64
100
 
        rootSize int64
 
100
        rootSize int
101
101
 
102
102
        flavor imageFlavor
103
103
        device string