Message ID | 20240819125138.1543399-3-Quirin.Gylstorff@siemens.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | fixes overlay with | expand |
diff --git a/recipes-initramfs/initramfs-overlay-hook/files/overlay_recovery_action.script b/recipes-initramfs/initramfs-overlay-hook/files/overlay_recovery_action.script index d13111d..0cd084b 100644 --- a/recipes-initramfs/initramfs-overlay-hook/files/overlay_recovery_action.script +++ b/recipes-initramfs/initramfs-overlay-hook/files/overlay_recovery_action.script @@ -11,4 +11,4 @@ partition_fstype="$1" ovl_partition_device="$2" -mke2fs -t "$partition_fstype" "$ovl_partition_device" +mke2fs -q -FF -t "$partition_fstype" "$ovl_partition_device"