1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00

Updated Boot HermitCore from a raw image (markdown)

Stefan Lankes 2017-05-28 18:16:27 +02:00
parent 0adcda5360
commit 32021c8f2c

@ -80,3 +80,10 @@ menuentry "stream" {
boot
}
```
Don't forget to unmount the devices:
```bash
$ sudo umount /mnt
$ sudo losetup -d /dev/loop1 /dev/loop2
```