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 19:39:50 +02:00
parent 0fcccbd088
commit 84198cf788

@ -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
```