diff --git a/iso/rootfs/boot/grub/grub.cfg b/iso/rootfs/boot/grub/grub.cfg index 44b3638..cc35c15 100644 --- a/iso/rootfs/boot/grub/grub.cfg +++ b/iso/rootfs/boot/grub/grub.cfg @@ -1,3 +1,5 @@ +set timeout=0 + menuentry "KernelMQ" { multiboot2 /boot/kernelmq.multiboot2 hello kernel }