catos/boot/grub/grub.cfg

7 lines
91 B
INI
Raw Permalink Normal View History

2024-03-13 22:03:22 +05:30
set timeout=0
set default=0
menuentry "CatOS" {
linux /boot/bzImage quiet
init=/init
}