Remove ISO components

This commit is contained in:
Curle 2020-08-27 02:08:03 +01:00
parent b6554e8501
commit ed89a1fb77
Signed by: TheCurle
GPG Key ID: 5942F13718443F79
4 changed files with 0 additions and 13 deletions

Binary file not shown.

View File

@ -1,4 +0,0 @@
menuentry "Sync" {
multiboot /boot/bootloader
module /boot/initrd
}

Binary file not shown.

View File

@ -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