]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/mkfs-util.c
mkfs-util: Drop batch (b) and n flags from mcopy
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 25 Nov 2022 11:54:33 +0000 (12:54 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 25 Nov 2022 12:46:07 +0000 (13:46 +0100)
commitcf9c27b18b9d57de760da289de515948f8eaa4df
treed1eb422924768dabdedd28d6abc3f2d3c09e8bd1
parent9044e5b3bfdc8f0ee5a9524b69a2714bf431ca4b
mkfs-util: Drop batch (b) and n flags from mcopy

The batch flag is bugged on older versions of mcopy causing failures
such as:

```
Internal error, size too big
Streamcache allocation problem:: 5
```

It's also a little unclear what the batch flag actually does, so since
everything still works without it, it doesn't hurt to remove it.

The n flag only applies when copying from fat to unix which we don't do
so it doesn't make sense in this scenario.
src/shared/mkfs-util.c