fix (build-system): fixed error with iso directory

This commit is contained in:
antifallobst 2023-05-28 20:55:02 +02:00
parent 2ccbf17625
commit 4227ea131a
1 changed files with 5 additions and 5 deletions

View File

@ -77,11 +77,11 @@ generate_image() {
rm -rfv iso
mkdir -pv iso
cp limine/limine-cd.bin iso
cp limine/limine-cd-efi.bin iso
cp limine/limine.sys iso
cp ../limine.cfg iso
cp initrd.tar iso
cp limine/limine-cd.bin iso/
cp limine/limine-cd-efi.bin iso/
cp limine/limine.sys iso/
cp ../limine.cfg iso/
cp initrd.tar iso/
cp cmake/kernel iso/kernel.elf
xorriso -as mkisofs -b limine-cd.bin \