From 6d524a0603ebcc25e7dc41d0214b68d861bfb54e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 31 May 2017 23:48:16 +0200 Subject: [PATCH] Updated Boot HermitCore from a raw image (markdown) --- Boot-HermitCore-from-a-raw-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boot-HermitCore-from-a-raw-image.md b/Boot-HermitCore-from-a-raw-image.md index bf5acb3..36f9c34 100644 --- a/Boot-HermitCore-from-a-raw-image.md +++ b/Boot-HermitCore-from-a-raw-image.md @@ -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/ ```