asterinas/build/grub/grub.cfg.template

13 lines
323 B
Plaintext

# This template file is used by the runner script to generate the acutal grub.cfg
# AUTOMATICALLY GENERATED FILE, DO NOT EDIT IF YOU KNOW WHAT YOU ARE DOING
set timeout_style=menu
set timeout=1
menuentry 'jinux' {
multiboot2 /boot/jinux #KERNEL_COMMAND_LINE#
module2 --nounzip /boot/initramfs.cpio.gz
boot
}