blob: e9b376327863344b91c0fc51be8c57bb04945141 [file] [log] [blame]
Jeongik Cha5a547ef2024-10-18 17:13:04 +09001{
2 "name": "debian",
3 "disks": [
4 {
Mu-Le Lee955b6582024-11-01 15:40:58 +08005 "partitions": [
6 {
7 "label": "ROOT",
8 "path": "$PAYLOAD_DIR/root_part",
9 "writable": true,
10 "guid": "{root_part_guid}"
11 },
12 {
13 "label": "EFI",
14 "path": "$PAYLOAD_DIR/efi_part",
15 "writable": false,
16 "guid": "{efi_part_guid}"
17 }
18 ],
Jeongik Cha5a547ef2024-10-18 17:13:04 +090019 "writable": true
20 }
21 ],
Akilesh Kailash0faa9032024-10-30 15:13:28 -070022 "sharedPath": [
23 {
24 "sharedPath": "/storage/emulated"
25 },
26 {
Jiyong Park9bc612e2024-11-04 16:07:42 +090027 "sharedPath": "$APP_DATA_DIR/files"
Akilesh Kailash0faa9032024-10-30 15:13:28 -070028 }
29 ],
Saswat Padhi8d02dfe2025-03-19 17:11:53 -070030 "kernel": "$PAYLOAD_DIR/vmlinuz",
31 "initrd": "$PAYLOAD_DIR/initrd.img",
32 "params": "root=/dev/vda1",
Jeongik Cha5a547ef2024-10-18 17:13:04 +090033 "protected": false,
34 "cpu_topology": "match_host",
35 "platform_version": "~1.0",
36 "memory_mib": 4096,
37 "debuggable": true,
38 "console_out": true,
Jeongik Cha5a547ef2024-10-18 17:13:04 +090039 "console_input_device": "ttyS0",
Jeongik Chad89440f2025-01-31 22:40:59 +090040 "network": true,
Jeongik Cha68b34fb2025-02-14 13:05:25 +090041 "auto_memory_balloon": true,
42 "gpu": {
43 "backend": "2d"
44 }
Jeongik Cha5a547ef2024-10-18 17:13:04 +090045}