From 0cb86d21fe4701b55411c9847e30c63a7457844d Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 24 Sep 2024 11:47:04 +0200 Subject: [PATCH] Bugfix: Install alternative kernels falled from the menu JSON --- lib/armbian-configng/config.ng.jobs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/armbian-configng/config.ng.jobs.json b/lib/armbian-configng/config.ng.jobs.json index 1762f236..65668fe7 100644 --- a/lib/armbian-configng/config.ng.jobs.json +++ b/lib/armbian-configng/config.ng.jobs.json @@ -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": "" } ] },