remove step of flashing image without extracting
This commit is contained in:
parent
dbec569339
commit
88b701e9ec
@ -13,11 +13,7 @@ zst --decompress Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw.zst
|
|||||||
### Flashing the image
|
### Flashing the image
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# flash the extracted image
|
|
||||||
dd if=Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw of=<device> bs=4M conv=sync status=progress
|
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
|
### SSH
|
||||||
|
Loading…
Reference in New Issue
Block a user