From 8f3af234a2c65c07f530be7ef3b1b68654a9bbd7 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 27 Jun 2019 01:36:55 +0200 Subject: [PATCH] config/noobs/os.json: move legacy hex revisions before models This makes it easier to drop the property if it's not set. Signed-off-by: Matthias Reichl --- config/noobs/os.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/noobs/os.json b/config/noobs/os.json index fe3ebd04ac..2fb08c7f63 100644 --- a/config/noobs/os.json +++ b/config/noobs/os.json @@ -6,6 +6,6 @@ "description": "@DESCRIPTION@", "username": "root", "password": "@ROOT_PASSWORD@", - "supported_models": [@NOOBS_SUPPORTED_MODELS@], - "supported_hex_revisions": "@NOOBS_HEX@" + "supported_hex_revisions": "@NOOBS_HEX@", + "supported_models": [@NOOBS_SUPPORTED_MODELS@] }