From 88b701e9ecfc06edf21fed6391b3467b5426fbf2 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 29 Jul 2023 14:54:29 +0530 Subject: [PATCH] remove step of flashing image without extracting --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4e5dfe4..4d0b3bf 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,7 @@ zst --decompress Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw.zst ### Flashing the image ```bash -# flash the extracted image dd if=Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw of= bs=4M conv=sync status=progress - -# flash without extracting the '.zst' file -zstdcat Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw.zst | dd bs=4M conv=sync status=progress of= ``` ### SSH