write-image-to-disk/README.md

7 lines
88 B
Markdown
Raw Permalink Normal View History

2023-12-23 20:04:51 +02:00
### mounting the images disk
```bash
2023-12-23 20:30:18 +02:00
mount -L IMAGES /mnt && cd /mnt
2023-12-23 20:32:55 +02:00
./init.sh
make
2023-12-23 20:04:51 +02:00
```