17 lines
543 B
Markdown
17 lines
543 B
Markdown
# posadka
|
|
|
|
Writes (compressed) image files (`.raw`, `.raw.xz`, etc) to media such as flash cards.
|
|
|
|
## Usage
|
|
|
|
### Write
|
|
|
|
Write a (compressed) image file (`.raw`, `.raw.xz`, etc) to media such as flash cards. Please note that the `posadka write` command requires root privileges as it needs to mount filesystems.
|
|
|
|
```
|
|
posadka write Fedora-Minimal.raw.xz /dev/sde
|
|
```
|
|
|
|
## Name
|
|
|
|
The name posadka comes from the Russian [посадка](https://en.wiktionary.org/wiki/%D0%BF%D0%BE%D1%81%D0%B0%D0%B4%D0%BA%D0%B0) which is an embarkation or landing.
|