|
|
@ -40,16 +40,19 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"steps": {
|
|
|
|
"steps": {
|
|
|
|
"conn-check": {
|
|
|
|
"conn-check": {
|
|
|
|
"template": "conn-check"
|
|
|
|
"template": "conn-check",
|
|
|
|
|
|
|
|
"protected": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"welcome": {
|
|
|
|
"welcome": {
|
|
|
|
"template": "welcome"
|
|
|
|
"template": "welcome",
|
|
|
|
|
|
|
|
"protected": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"theme": {
|
|
|
|
"theme": {
|
|
|
|
"template": "theme"
|
|
|
|
"template": "theme"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"packages": {
|
|
|
|
"packages": {
|
|
|
|
"template": "preferences",
|
|
|
|
"template": "preferences",
|
|
|
|
|
|
|
|
"is-advanced": true,
|
|
|
|
"icon": "vanilla-package-symbolic",
|
|
|
|
"icon": "vanilla-package-symbolic",
|
|
|
|
"title": "Package Manager",
|
|
|
|
"title": "Package Manager",
|
|
|
|
"description": "Choose one or more package managers to install",
|
|
|
|
"description": "Choose one or more package managers to install",
|
|
|
@ -403,6 +406,9 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"timeshift": {
|
|
|
|
"timeshift": {
|
|
|
|
"template": "yes-no",
|
|
|
|
"template": "yes-no",
|
|
|
|
|
|
|
|
"is-advanced": true,
|
|
|
|
|
|
|
|
"advanced_value-type": "bool",
|
|
|
|
|
|
|
|
"preset": false,
|
|
|
|
"icon": "vanilla-history-undo-symbolic",
|
|
|
|
"icon": "vanilla-history-undo-symbolic",
|
|
|
|
"title": "Timeshift",
|
|
|
|
"title": "Timeshift",
|
|
|
|
"description": "Choose whether to install Timeshift to create snapshots of your system.",
|
|
|
|
"description": "Choose whether to install Timeshift to create snapshots of your system.",
|
|
|
@ -425,6 +431,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"nvidia": {
|
|
|
|
"nvidia": {
|
|
|
|
"template": "yes-no",
|
|
|
|
"template": "yes-no",
|
|
|
|
|
|
|
|
"is-advanced": true,
|
|
|
|
|
|
|
|
"preset": false,
|
|
|
|
"display-conditions": [
|
|
|
|
"display-conditions": [
|
|
|
|
"lspci | grep -i '.* nvidia .*'"
|
|
|
|
"lspci | grep -i '.* nvidia .*'"
|
|
|
|
],
|
|
|
|
],
|
|
|
@ -453,6 +461,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"vm": {
|
|
|
|
"vm": {
|
|
|
|
"template": "yes-no",
|
|
|
|
"template": "yes-no",
|
|
|
|
|
|
|
|
"is-advanced": true,
|
|
|
|
|
|
|
|
"preset": true,
|
|
|
|
"display-conditions": [
|
|
|
|
"display-conditions": [
|
|
|
|
"grep 'hypervisor' /proc/cpuinfo"
|
|
|
|
"grep 'hypervisor' /proc/cpuinfo"
|
|
|
|
],
|
|
|
|
],
|
|
|
@ -478,6 +488,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"codecs": {
|
|
|
|
"codecs": {
|
|
|
|
"template": "yes-no",
|
|
|
|
"template": "yes-no",
|
|
|
|
|
|
|
|
"is-advanced": true,
|
|
|
|
|
|
|
|
"preset": true,
|
|
|
|
"icon": "vanilla-puzzle-piece-symbolic",
|
|
|
|
"icon": "vanilla-puzzle-piece-symbolic",
|
|
|
|
"title": "Restricted Codecs",
|
|
|
|
"title": "Restricted Codecs",
|
|
|
|
"description": "Choose whether to install restricted codecs and fonts.",
|
|
|
|
"description": "Choose whether to install restricted codecs and fonts.",
|
|
|
@ -500,6 +512,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"extra": {
|
|
|
|
"template": "preferences",
|
|
|
|
"template": "preferences",
|
|
|
|
|
|
|
|
"is-advanced": true,
|
|
|
|
"icon": "dialog-warning-symbolic",
|
|
|
|
"icon": "dialog-warning-symbolic",
|
|
|
|
"title": "Extra Settings",
|
|
|
|
"title": "Extra Settings",
|
|
|
|
"description": "The following are optional settings, leave them as they are if you don't know what they do.",
|
|
|
|
"description": "The following are optional settings, leave them as they are if you don't know what they do.",
|
|
|
|