diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-11-23 17:38:36 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-11-23 17:38:36 +0100 |
commit | c1b861e888e3b51c1c7ee41c7c505f30601a1695 (patch) | |
tree | 8e0e105da480422b0cb6cd5a0ada31607dd3ca54 /scripts | |
parent | 5733e5400b3b9415f4867a46bd18af498d4f2d73 (diff) | |
download | dotfiles-c1b861e888e3b51c1c7ee41c7c505f30601a1695.tar.gz |
bootusb
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootusb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootusb b/scripts/bootusb index 68e5f44..eb648a8 100755 --- a/scripts/bootusb +++ b/scripts/bootusb @@ -39,6 +39,6 @@ fi echo Writing $FILESIZE Bytes to $2 -dd iflag=direct if=$1 2>/dev/null | pv --size $FILESIZE | sudo dd oflag=direct of=$2 2>/dev/null +dd iflag=direct if=$1 2>/dev/null | pv --size $FILESIZE | sudo dd bs=4K oflag=direct of=$2 2>/dev/null exit 0 |