File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "Disks" : [
3+ {
4+ "PartitionTableType" : " gpt" ,
5+ "MaxSize" : 600 ,
6+ "Artifacts" : [
7+ {
8+ "Name" : " minimal-os" ,
9+ "Type" : " vhdx"
10+ }
11+ ],
12+ "Partitions" : [
13+ {
14+ "ID" : " boot" ,
15+ "Flags" : [
16+ " esp" ,
17+ " boot"
18+ ],
19+ "Start" : 1 ,
20+ "End" : 9 ,
21+ "FsType" : " fat32"
22+ },
23+ {
24+ "ID" : " rootfs" ,
25+ "Start" : 9 ,
26+ "End" : 0 ,
27+ "FsType" : " ext4"
28+ }
29+ ]
30+ }
31+ ],
32+ "SystemConfigs" : [
33+ {
34+ "Name" : " Standard" ,
35+ "BootType" : " efi" ,
36+ "PartitionSettings" : [
37+ {
38+ "ID" : " boot" ,
39+ "MountPoint" : " /boot/efi" ,
40+ "MountOptions" : " umask=0077"
41+ },
42+ {
43+ "ID" : " rootfs" ,
44+ "MountPoint" : " /"
45+ }
46+ ],
47+ "PackageLists" : [
48+ " packagelists/minimal-os-packages.json"
49+ ],
50+ "KernelOptions" : {
51+ "default" : " kernel"
52+ }
53+ }
54+ ]
55+ }
You can’t perform that action at this time.
0 commit comments