summaryrefslogtreecommitdiff
path: root/image.sh
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-12-25 14:25:34 +0000
committerAda Christine <adachristine18@gmail.com>2021-12-25 14:25:34 +0000
commit257bdba7ddcc8d9893927c458e3c6e377c4e8d9c (patch)
treed854fbfc8c87b6c35475d450de7735cfb2f030a1 /image.sh
parente303a03e7c96bc5bf7fa93f7b46ce63196893d7a (diff)
use the correct directories
Diffstat (limited to 'image.sh')
-rwxr-xr-ximage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.sh b/image.sh
index a14f635..267f84a 100755
--- a/image.sh
+++ b/image.sh
@@ -2,8 +2,8 @@
imagefile=uefi.img
loaderfile=loader/loader.efi
-shimfile=shim/efi.os
-kernelfile=kernel/kernel.os
+shimfile=kc/boot/efi.os
+kernelfile=kc/core/kernel.os
if [[ ! -f ${imagefile} ]]; then
dd if=/dev/zero of=${imagefile} bs=1024 count=1440