diff --git a/iso/boot/bootloader b/iso/boot/bootloader deleted file mode 100644 index a6e5838..0000000 Binary files a/iso/boot/bootloader and /dev/null differ diff --git a/iso/boot/grub/grub.cfg b/iso/boot/grub/grub.cfg deleted file mode 100644 index 16868b3..0000000 --- a/iso/boot/grub/grub.cfg +++ /dev/null @@ -1,4 +0,0 @@ -menuentry "Sync" { - multiboot /boot/bootloader - module /boot/initrd -} diff --git a/iso/boot/initrd b/iso/boot/initrd deleted file mode 100755 index 7f049be..0000000 Binary files a/iso/boot/initrd and /dev/null differ diff --git a/makeiso.sh b/makeiso.sh deleted file mode 100755 index 417d5fb..0000000 --- a/makeiso.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# generate our iso image :D -# copy the elf to where grub wants it -# and delete any old ones for good measure first -rm iso/boot/initrd -rm sync.iso -cp kernel.elf iso/boot/initrd -#xorriso -as mkisofs -no-emul-boot -U -b boot/bootloader -hide boot/bootloader -V "Chroma v4a" -iso-level 3 -o chroma.iso iso/ -grub-mkrescue -o sync.iso iso