-
Notifications
You must be signed in to change notification settings - Fork 16
/
live-config.json
31 lines (30 loc) · 1.19 KB
/
live-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"DestinationType" : "virtual",
"PartitionLayout" : [ { "disk" : "live.img",
"partition" : 1,
"size" : "64M",
"type" : "EFI" },
{ "disk" : "live.img",
"partition" : 2,
"size" : "5G",
"type" : "linux" } ],
"FilesystemTypes" : [ { "disk" : "live.img",
"partition" : 1,
"type" : "vfat" },
{ "disk" : "live.img",
"partition" : 2,
"type" : "ext4" } ],
"PartitionMountPoints" : [ { "disk" : "live.img",
"partition" : 1,
"mount" : "/boot" },
{ "disk" : "live.img",
"partition" : 2,
"mount" : "/" } ],
"Version": 6000,
"Bundles": ["kernel-native",
"os-core-update",
"os-core",
"os-utils",
"bootloader"],
"PostNonChroot": ["./live-image-post-update-version.py"]
}