From e754c48b5ff0936247c2e3e3e79b03844a0dd655 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 29 Jan 2022 21:56:23 +0100 Subject: [PATCH] apparantly dd in macos understands bs=8m by tpw_rules --- doc/asahi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/asahi.txt b/doc/asahi.txt index 26eebfc..b8dcede 100644 --- a/doc/asahi.txt +++ b/doc/asahi.txt @@ -40,7 +40,7 @@ diskutil addPartition %Linux% %noformat% # dd a Debian Testing rootfs on it (minimum size 1 GB) # Find the scripts to create that rootfs here: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian -curl -L https://tg.st/u/m1.tgz | tar -xOz | dd of=/dev/ +curl -L https://tg.st/u/m1.tgz | tar -xOz | dd of=/dev/ bs=8m # Relax the boot policy for the stub os and uplaod install m1n1 /Volumes/Linux/step2.sh -- 2.39.2