mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
15 lines
395 B
Plaintext
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
|
|
}
|