mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
15 lines
392 B
Plaintext
15 lines
392 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,relocator
|
|
|
|
set timeout_style=#GRUB_TIMEOUT_STYLE#
|
|
set timeout=#GRUB_TIMEOUT#
|
|
|
|
menuentry 'jinux' {
|
|
#GRUB_CMD_KERNEL# #KERNEL# #KERNEL_COMMAND_LINE#
|
|
#GRUB_CMD_INITRAMFS# /boot/initramfs.cpio.gz
|
|
boot
|
|
}
|