Skip to content

Commit d73b0ab

Browse files
authored
Adapt create options for FSLs. (#146)
1 parent b2f6060 commit d73b0ab

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

inventories/group_vars/control-plane/metal_fsl.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ metal_api_filesystemlayouts:
1414
device: "/dev/vda1"
1515
format: "vfat"
1616
createoptions:
17-
- "-F 32"
17+
- "-F"
18+
- "32"
1819
label: "efi"
1920
- path: "/"
2021
device: "/dev/vda2"
@@ -55,7 +56,8 @@ metal_api_filesystemlayouts:
5556
device: "/dev/vda1"
5657
format: "vfat"
5758
createoptions:
58-
- "-F 32"
59+
- "-F"
60+
- "32"
5961
label: "efi"
6062
- path: "/"
6163
device: "/dev/vda2"
@@ -107,7 +109,8 @@ metal_api_filesystemlayouts:
107109
device: "/dev/vda1"
108110
format: "vfat"
109111
createoptions:
110-
- "-F 32"
112+
- "-F"
113+
- "32"
111114
label: "efi"
112115
- path: "/"
113116
device: "/dev/vda2"

0 commit comments

Comments
 (0)