diff --git a/builder/tart/step_disk_file_prepare.go b/builder/tart/step_disk_file_prepare.go index 77102a3..a02150b 100644 --- a/builder/tart/step_disk_file_prepare.go +++ b/builder/tart/step_disk_file_prepare.go @@ -36,6 +36,7 @@ func (s *stepDiskFilePrepare) Run(ctx context.Context, state multistep.StateBag) switch config.RecoveryPartition { case "": + fallthrough case "delete": if err := recoverypartition.Delete(diskImagePath, ui, state); err != nil { ui.Error(fmt.Sprintf("Failed to delete the recovery partition: %v", err))