~sergiusens/snappy/installYaml

« back to all changes in this revision

Viewing changes to diskimage/common.go

Rebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
}
50
50
 
51
51
type SystemImage interface {
 
52
        Boot() string
52
53
        System() string
53
54
        Writable() string
54
55
}