From 93935e289bf5a95fb7c1fcc1b3ad89d1768f4ca0 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 13 Dec 2020 18:08:39 +0100 Subject: bootusb no cache --- scripts/bootusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bootusb') diff --git a/scripts/bootusb b/scripts/bootusb index 7f80501..68e5f44 100755 --- a/scripts/bootusb +++ b/scripts/bootusb @@ -39,6 +39,6 @@ fi echo Writing $FILESIZE Bytes to $2 -dd if=$1 | pv --size $FILESIZE | sudo dd of=$2 +dd iflag=direct if=$1 2>/dev/null | pv --size $FILESIZE | sudo dd oflag=direct of=$2 2>/dev/null exit 0 -- cgit v1.2.3