We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f6060 commit d73b0abCopy full SHA for d73b0ab
inventories/group_vars/control-plane/metal_fsl.yaml
@@ -14,7 +14,8 @@ metal_api_filesystemlayouts:
14
device: "/dev/vda1"
15
format: "vfat"
16
createoptions:
17
- - "-F 32"
+ - "-F"
18
+ - "32"
19
label: "efi"
20
- path: "/"
21
device: "/dev/vda2"
@@ -55,7 +56,8 @@ metal_api_filesystemlayouts:
55
56
57
58
59
60
61
62
63
@@ -107,7 +109,8 @@ metal_api_filesystemlayouts:
107
109
108
110
111
112
113
114
115
116
0 commit comments