forked from ubports/installer-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlenok.json
68 lines (68 loc) · 1.91 KB
/
lenok.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "LG G Watch R",
"codename": "lenok",
"unlock": [],
"user_actions": {
"bootloader": {
"title": "Is the device in Bootloader mode?",
"description": "You should be seeing the 'FASTBOOT MENU' on the device now. If not, reboot the device and swipe from the top left to the bottom right edge of the screen while booting.",
"button": true
}
},
"operating_systems": [
{
"name": "Asteroid OS",
"sanity_check": "Are you sure?",
"options": [],
"prerequisites": [],
"steps": [
{
"type": "download",
"group": "asteroidos",
"files": [
{
"url": "https://release.asteroidos.org/1.0/lenok/asteroid-image-lenok.ext4",
"checksum": {
"sum": "4df70ce3870aaf93c7f086369e83d9090e1c502d685ec4627e4bf3881979e2bc",
"algorithm": "sha256"
}
},
{
"url": "https://release.asteroidos.org/1.0/lenok/zImage-dtb-lenok.fastboot",
"checksum": {
"sum": "f6b553d7ceface126133393bb5b79ea9a2efb1b85e8ff8fe22794fe94fba4bcc",
"algorithm": "sha256"
}
}
]
},
{
"type": "adb:reboot",
"to_state": "bootloader",
"fallback_user_action": "bootloader"
},
{
"type": "fastboot:flash",
"flash": [
{
"partition": "userdata",
"file": "asteroid-image-lenok.ext4",
"group": "asteroidos"
},
{
"partition": "boot",
"file": "zImage-dtb-lenok.fastboot",
"group": "asteroidos"
}
]
},
{
"type": "fastboot:boot",
"file": "zImage-dtb-lenok.fastboot",
"group": "asteroidos"
}
],
"slideshow": []
}
]
}