From: Thomas Glanzmann Date: Sat, 29 Jan 2022 20:56:23 +0000 (+0100) Subject: apparantly dd in macos understands bs=8m by tpw_rules X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/e754c48b5ff0936247c2e3e3e79b03844a0dd655 apparantly dd in macos understands bs=8m by tpw_rules --- 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