diff --git a/src/grub.cfg b/src/grub.cfg new file mode 100644 index 0000000..81bf52d --- /dev/null +++ b/src/grub.cfg @@ -0,0 +1,3 @@ +menuentry "paisley" { + multiboot /boot/paisley.bin +}