From 271eb92000a6fa29081165136d3c07290321c20d Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 5 Nov 2023 08:34:20 +0100 Subject: [PATCH] bump supported firmware --- installer_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer_data.json b/installer_data.json index fc7ae81..84964f8 100644 --- a/installer_data.json +++ b/installer_data.json @@ -1,12 +1,12 @@ { "os_list": [ { - "name": "Debian bookworm (testing) packaged by Thomas Glanzmann", + "name": "Debian bookworm packaged by Thomas Glanzmann", "default_os_name": "Debian", "boot_object": "m1n1.bin", "next_object": "m1n1/boot.bin", "package": "debian-base.zip", - "supported_fw": ["12.3", "12.4"], + "supported_fw": ["12.3", "12.3.1", "12.4", "13.5"], "partitions": [ { "name": "EFI", -- 2.39.2