-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-image-config.json
16 lines (15 loc) · 1.04 KB
/
release-image-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"DestinationType" : "virtual",
"PartitionLayout" : [ { "disk" : "release.img", "partition" : 1, "size" : "64M", "type" : "EFI" },
{ "disk" : "release.img", "partition" : 2, "size" : "16M", "type" : "swap" },
{ "disk" : "release.img", "partition" : 3, "size" : "3G", "type" : "linux" },
{ "disk" : "release.img", "partition" : 4, "size" : "500M", "type" : "linux" } ],
"FilesystemTypes" : [ { "disk" : "release.img", "partition" : 1, "type" : "vfat" },
{ "disk" : "release.img", "partition" : 2, "type" : "swap" },
{ "disk" : "release.img", "partition" : 3, "type" : "ext4" },
{ "disk" : "release.img", "partition" : 4, "type" : "ext4" } ],
"PartitionMountPoints" : [ { "disk" : "release.img", "partition" : 1, "mount" : "/boot" },
{ "disk" : "release.img", "partition" : 3, "mount" : "/" } ],
"Version": "latest",
"Bundles": ["kernel-native", "os-core", "dm-verity"]
}