Skip to content

Commit

Permalink
Use regular MakeFs for lvm-luks-format
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Nov 4, 2023
1 parent 2e1b41b commit 2311365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/recipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ func runSetupOperation(diskLabel, operation string, args []interface{}) error {
for uuid == "" {
uuid, _ = dummyPart.GetUUID()
}
err = LUKSMakeFs(&dummyPart)
err = MakeFs(&dummyPart)
if err != nil {
return fmt.Errorf("failed to execute operation %s: %s", operation, err)
}
Expand Down

0 comments on commit 2311365

Please sign in to comment.