1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00
kernel/rootfs/boot/grub/grub.cfg

5 lines
90 B
INI

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