From f3086622103d06367cb54da9a993d15f084747ae Mon Sep 17 00:00:00 2001 From: Gerrit91 Date: Mon, 27 Nov 2023 14:41:22 +0100 Subject: [PATCH] Adapt create options for FSLs. --- inventories/group_vars/control-plane/metal_fsl.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/inventories/group_vars/control-plane/metal_fsl.yaml b/inventories/group_vars/control-plane/metal_fsl.yaml index c2133123..50654daa 100644 --- a/inventories/group_vars/control-plane/metal_fsl.yaml +++ b/inventories/group_vars/control-plane/metal_fsl.yaml @@ -14,7 +14,8 @@ metal_api_filesystemlayouts: device: "/dev/vda1" format: "vfat" createoptions: - - "-F 32" + - "-F" + - "32" label: "efi" - path: "/" device: "/dev/vda2" @@ -55,7 +56,8 @@ metal_api_filesystemlayouts: device: "/dev/vda1" format: "vfat" createoptions: - - "-F 32" + - "-F" + - "32" label: "efi" - path: "/" device: "/dev/vda2" @@ -107,7 +109,8 @@ metal_api_filesystemlayouts: device: "/dev/vda1" format: "vfat" createoptions: - - "-F 32" + - "-F" + - "32" label: "efi" - path: "/" device: "/dev/vda2"