mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Update grub config
This commit is contained in:
parent
9edefa7abe
commit
ca3a6f11e7
@ -1,6 +1,8 @@
|
||||
set default=0
|
||||
set timeout=0
|
||||
set timeout=5
|
||||
# set lang=ro_RO
|
||||
set menu_color_normal=white/black
|
||||
set menu_color_highlight=black/light-gray
|
||||
|
||||
menuentry "Fennix" {
|
||||
clear
|
||||
@ -8,3 +10,13 @@ menuentry "Fennix" {
|
||||
multiboot2 /kernel.fsys --alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true --simd=false --bootanim=false
|
||||
boot
|
||||
}
|
||||
|
||||
menuentry 'Boot from next volume' {
|
||||
exit 1
|
||||
}
|
||||
|
||||
if [ ${grub_platform} == "efi" ]; then
|
||||
menuentry 'UEFI Firmware Settings' {
|
||||
fwsetup
|
||||
}
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user