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)
parent
0adcda5360
commit
32021c8f2c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
```
|
Loading…
Add table
Reference in a new issue