Files
asterinas/runner/grub/grub.cfg.template
Zhang Junyang 32e62080ce Add EFI stub
2024-01-02 07:21:36 +08:00

15 lines
395 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 debug=linux,efi,linuxefi
set timeout_style=#GRUB_TIMEOUT_STYLE#
set timeout=#GRUB_TIMEOUT#
menuentry 'asterinas' {
#GRUB_CMD_KERNEL# #KERNEL# #KERNEL_COMMAND_LINE#
#GRUB_CMD_INITRAMFS# /boot/initramfs.cpio.gz
boot
}