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
cf8b47d67b
commit
6d524a0603
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Afterwards, we are able to mount the partition, to install grub and our applicat
|
|||
```bash
|
||||
$ sudo mount /dev/nbd0p1 /mnt/
|
||||
$ sudo grub-install --root-directory=/mnt --no-floppy --modules="normal part_msdos ext2 multiboot biosdisk" /dev/nbd0
|
||||
$ sudo cp /opt/hermit/bin/ldhermit.elf isodir/boot/
|
||||
$ sudo cp /opt/hermit/bin/ldhermit.elf /mnt/boot/
|
||||
$ sudo cp /opt/hermit/x86_64-hermit/extra/benchmarks/stream /mnt/boot/
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue