Skip to content

Commit

Permalink
Adapt create options for FSLs. (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Nov 27, 2023
1 parent b2f6060 commit d73b0ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions inventories/group_vars/control-plane/metal_fsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ metal_api_filesystemlayouts:
device: "/dev/vda1"
format: "vfat"
createoptions:
- "-F 32"
- "-F"
- "32"
label: "efi"
- path: "/"
device: "/dev/vda2"
Expand Down Expand Up @@ -55,7 +56,8 @@ metal_api_filesystemlayouts:
device: "/dev/vda1"
format: "vfat"
createoptions:
- "-F 32"
- "-F"
- "32"
label: "efi"
- path: "/"
device: "/dev/vda2"
Expand Down Expand Up @@ -107,7 +109,8 @@ metal_api_filesystemlayouts:
device: "/dev/vda1"
format: "vfat"
createoptions:
- "-F 32"
- "-F"
- "32"
label: "efi"
- path: "/"
device: "/dev/vda2"
Expand Down

0 comments on commit d73b0ab

Please sign in to comment.