diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-25 14:25:34 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-25 14:25:34 +0000 |
| commit | 257bdba7ddcc8d9893927c458e3c6e377c4e8d9c (patch) | |
| tree | d854fbfc8c87b6c35475d450de7735cfb2f030a1 /image.sh | |
| parent | e303a03e7c96bc5bf7fa93f7b46ce63196893d7a (diff) | |
use the correct directories
Diffstat (limited to 'image.sh')
| -rwxr-xr-x | image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
