Newer
Older
honey-os / rootfs / boot / grub / grub.cfg
@biosfood biosfood on 22 May 2022 120 bytes initial commit
set timeout=5
set default=0 # Set the default menu entry

menuentry "honey os" {
    multiboot2 /boot/kernel
    boot
}