Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable updates of kernel on all, change keywords #404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/json/config.system.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"id": "Updates",
"description": "OS updates and distribution upgrades",
"status": "Active",
"condition": "[ -f /etc/armbian-distribution-status ] && release_upgrade rolling verify || release_upgrade stable verify",
"condition": "[ -f /etc/armbian-distribution-status ]",
"sub": [
{
"id": "SY202",
Expand All @@ -464,7 +464,7 @@
"condition": "! module_armbian_firmware hold status"
},
{
"id": "SY206",
"id": "ROLLING",
"description": "Switch system to rolling packages repository",
"about": "This will switch OS to rolling releases.",
"command": [
Expand All @@ -475,7 +475,7 @@
"condition": "module_armbian_firmware repository stable status"
},
{
"id": "SY207",
"id": "STABLE",
"description": "Switch system to stable packages repository",
"about": "This will switch OS to stable releases",
"command": [
Expand Down