forked from tuna-os/tuna-installer
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrecipe.json
More file actions
60 lines (60 loc) · 1.96 KB
/
Copy pathrecipe.json
File metadata and controls
60 lines (60 loc) · 1.96 KB
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
{
"log_file": "/var/log/bootc-installer.log",
"distro_name": "Bluefin",
"distro_logo": "resource:///org/bootcinstaller/Installer/images/dakota.png",
"imgref": "ghcr.io/projectbluefin/dakota:latest",
"images": [
{
"name": "Bluefin",
"imgref": "ghcr.io/projectbluefin/dakota:latest",
"bootloader": "systemd",
"filesystem": "xfs",
"composefs": true,
"needs_user_creation": false,
"flatpak_var_path": "state/os/default/var",
"filesystems": [
"xfs",
"btrfs"
]
}
],
"welcome_title": "Welcome to Bluefin",
"store_url": "https://store.projectbluefin.io",
"store_qr_resource": "/org/bootcinstaller/Installer/assets/store-qr.svg",
"credits_data": "/org/bootcinstaller/Installer/data/credits.json",
"soundtrack_data": "/org/bootcinstaller/Installer/data/tracks.json",
"welcome_subtitle": "A GNOME workstation built on GnomeOS \u2014 composefs, atomic updates, no package manager.",
"tour": {
"welcome": {
"resource": "/org/bootcinstaller/Installer/assets/welcome.png",
"title": "Installing Bluefin",
"description": "A GNOME workstation built on GnomeOS. This will take a few minutes."
},
"completed": {
"resource": "/org/bootcinstaller/Installer/assets/complete.svg",
"title": "Installation Complete",
"description": "Your system is ready to use"
}
},
"steps": {
"welcome": {
"template": "welcome",
"protected": true
},
"qr_companion": {
"template": "qr_companion"
},
"disk": {
"template": "disk"
},
"slurp": {
"template": "slurp"
},
"encryption": {
"template": "encryption"
},
"user": {
"template": "user"
}
}
}