From a3fa5fa2a83572b10e88e6d301a80aa2b8bf81fe Mon Sep 17 00:00:00 2001 From: Nandor Kracser Date: Mon, 14 Jul 2025 09:08:04 +0200 Subject: [PATCH] remove unnecessary legacyBIOS setting this setting is not necessary anymore on Oracle Linux 9, but produces a warning on vz vm types Signed-off-by: Nandor Kracser --- templates/_images/oraclelinux-9.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/_images/oraclelinux-9.yaml b/templates/_images/oraclelinux-9.yaml index 07292df6416..ebf78272452 100644 --- a/templates/_images/oraclelinux-9.yaml +++ b/templates/_images/oraclelinux-9.yaml @@ -9,7 +9,3 @@ images: arch: "aarch64" digest: "sha256:5453d4566783af42283cb3ab34970b87b6def2691137d4f9dcc042f145510986" mountTypesUnsupported: [9p] - -firmware: - # Oracle Linux 9 still requires legacyBIOS, while AlmaLinux 9 and Rocky Linux 9 do not. - legacyBIOS: true