add immutability step

main
Mirko 2 years ago
parent d85d26bb47
commit b06f69be79

@ -78,6 +78,31 @@
} }
] ]
}, },
"immutability": {
"template": "yes-no",
"icon": "security-medium-symbolic",
"title": "On-Demand Immutability",
"description": "Choose whether to protect your system from deterioration by making it immutable.",
"buttons": {
"yes": "Enable",
"no": "Skip",
"info": {
"type": "text",
"title": "What is On-Demand Immutability?",
"text": "Immutability makes it impossible to modify system files, preventing them from being compromised.\n\nImmutable On-Demand mode is a file attribute-based system that lets you turn OS immutability on and off on the fly, without having to reboot. You can use the command line tool 'almost' to change its operation, check its status, change the default mode and much more.\n\nThis system does not require the use of special file systems and is entirely managed by the Almost tool, developed by the Vanilla OS Team."
}
},
"final": [
{
"if": "immutability",
"type": "command",
"commands": [
"sudo apt install -y almost",
"sudo almost enter rw"
]
}
]
},
"nvidia": { "nvidia": {
"template": "yes-no", "template": "yes-no",
"icon": "video-display-symbolic", "icon": "video-display-symbolic",

Loading…
Cancel
Save