aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootusb
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-11-23 17:38:36 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-11-23 17:38:36 +0100
commitc1b861e888e3b51c1c7ee41c7c505f30601a1695 (patch)
tree8e0e105da480422b0cb6cd5a0ada31607dd3ca54 /scripts/bootusb
parent5733e5400b3b9415f4867a46bd18af498d4f2d73 (diff)
downloaddotfiles-c1b861e888e3b51c1c7ee41c7c505f30601a1695.tar.gz
bootusb
Diffstat (limited to 'scripts/bootusb')
-rwxr-xr-xscripts/bootusb2
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