From 00be0457c672c0c494cba435308a5f35bfb2f309 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Thu, 9 Nov 2017 09:46:22 +0000 Subject: [PATCH] No timeout --- iso/rootfs/boot/grub/grub.cfg | 2 ++ 1 file changed, 2 insertions(+) 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 }