remove step of flashing image without extracting

This commit is contained in:
Pratham Patel 2023-07-29 14:54:29 +05:30
parent dbec569339
commit 88b701e9ec
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -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=<device> 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=<device>
```
### SSH