Add: Starting kernel repos
This commit is contained in:
8
tools/create_iso.sh
Executable file
8
tools/create_iso.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p iso/boot/grub
|
||||
echo "menuentry \"kernel\" {
|
||||
multiboot /kernel
|
||||
}" > iso/boot/grub/grub.cfg
|
||||
|
||||
grub-mkrescue -o kernel.iso iso
|
||||
Reference in New Issue
Block a user