7 lines
88 B
Markdown
7 lines
88 B
Markdown
### mounting the images disk
|
|
```bash
|
|
mount -L IMAGES /mnt && cd /mnt
|
|
./init.sh
|
|
make
|
|
```
|