write-image-to-disk/README.md
2023-12-23 18:32:55 +00:00

7 lines
88 B
Markdown

### mounting the images disk
```bash
mount -L IMAGES /mnt && cd /mnt
./init.sh
make
```