diff --git a/image.py b/image.py index 76937b2..7f0fd75 100644 --- a/image.py +++ b/image.py @@ -30,7 +30,6 @@ def dd_image(input: str, output: str, blocksize='1M') -> CompletedProcess: f'if={input}', f'of={output}', f'bs={blocksize}', - 'iflag=direct', 'oflag=direct', 'status=progress', 'conv=sync,noerror',