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
0fcccbd088
commit
84198cf788
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ Syncing disks.
|
|||
Afterwards, we have to setup two loop devices. One will be used for writing GRUB and its additional codes to MBR, and the second will be used for mounting filesystem of your operating system.
|
||||
|
||||
```bash
|
||||
$ sudo losetup --find --show stream.raw
|
||||
$ sudo losetup --find --show disk.raw
|
||||
/dev/loop1
|
||||
$ sudo losetup --find --show -o 1048576 stream.raw
|
||||
$ sudo losetup --find --show -o 1048576 disk.raw
|
||||
/dev/loop2
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue