Skip to content

Commit

Permalink
set wipeFilesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Nov 20, 2023
1 parent 7c17b6b commit 23ec54a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fcos/configs/second_disk.ign.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
$filesystem->format = "xfs";
$filesystem->path = "/var/lib/containerd";
$filesystem->label = "containerd";
$filesystem->wipeFilesystem = true;
$ignition->storage->filesystems[] = $filesystem;

$systemd_unit = (object)[];
Expand All @@ -39,4 +40,4 @@
$ignition->systemd->units[] = $systemd_unit;

print(json_encode($ignition, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
?>
?>

0 comments on commit 23ec54a

Please sign in to comment.