Skip to content
Commit 1b6a4d39 authored by Samuel Dionne-Riel's avatar Samuel Dionne-Riel Committed by Tuomas Tynkkynen
Browse files

sd-image: Do not use batch operation for `mcopy`.

```
       b      Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy.
```

It seems the "less secure if a crash happens" does not need a crash to
happen.

With batch mode:

```
/[...]/.
  Start (0) does not point to parent (___)
```

For pretty much everything copied in.

Without batch mode, everything passes `fsck`.

See #51150
parent 2e5eb135
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment