Skip to content

Commit

Permalink
Bugfix: Install alternative kernels falled from the menu JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Sep 24, 2024
1 parent d13f51c commit 0cb86d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/armbian-configng/config.ng.jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,17 @@
"src_reference": "",
"author": "",
"condition": "[ -f /etc/default/armbian-motd ]"
},
{
"id": "S24",
"description": "Install alternative kernels",
"prompt": "Switching between kernels might change functionality of your device. \n\nIt might fail to boot!",
"command": [ "switch_kernels" ],
"status": "Active",
"doc_link": "",
"src_reference": "",
"author": "Igor Pecovnik",
"condition": ""
}
]
},
Expand Down

0 comments on commit 0cb86d2

Please sign in to comment.