From 2bd02e62c532df0ec0388ff42e043d627a2e30c3 Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Thu, 29 Oct 2020 20:43:05 +0100 Subject: [PATCH] doc: change command for nuke the image --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8000dd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vagrant diff --git a/README.md b/README.md index 7961720..e931e61 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ systemctl switch-root /tmp/tmproot/ Fuck I need sshd -`wget -O - https://github.com/YunoHost/arm-images/releases/download/v2020.10/internetcube_4.0.8_v2020.10_lime2.img.gz | gzip -cd | dd bs=1M oflag=direct status=progress of=/dev/mmcblk0` +`wget -O - https://github.com/YunoHost/arm-images/releases/download/v2020.10/internetcube_4.0.8_v2020.10_lime2.img.gz | gzip -cd | dd iflag=fullblock bs=1M oflag=direct status=progress of=/dev/mmcblk0`