kernel/rootfs/boot/grub/grub.cfg

6 lines
90 B
INI

set timeout=0
menuentry "Tailix" {
multiboot2 /boot/tailix.multiboot2 hello kernel
}