mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
image.py: remove iflag=direct from dd argv as it errors out on tmpfs
This commit is contained in:
parent
4e4e12b6b9
commit
8b9fe661cf
1 changed files with 0 additions and 1 deletions
1
image.py
1
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue