Remove ISO components
This commit is contained in:
parent
b6554e8501
commit
ed89a1fb77
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
menuentry "Sync" {
|
|
||||||
multiboot /boot/bootloader
|
|
||||||
module /boot/initrd
|
|
||||||
}
|
|
BIN
iso/boot/initrd
BIN
iso/boot/initrd
Binary file not shown.
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user