mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
Update submodules
This commit is contained in:
@ -7,9 +7,9 @@ menuentry "Fennix" {
|
||||
load_video
|
||||
clear
|
||||
echo "Loading kernel"
|
||||
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true
|
||||
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --linux=true --init=/bin/init
|
||||
echo "Loading initrd"
|
||||
module2 /initrd.tar.gz initrd
|
||||
module2 /initrd.tar initrd
|
||||
echo "Booting..."
|
||||
boot
|
||||
}
|
||||
@ -24,6 +24,14 @@ if [ ${grub_platform} == "efi" ]; then
|
||||
}
|
||||
fi
|
||||
|
||||
menuentry "System restart" {
|
||||
reboot
|
||||
}
|
||||
|
||||
menuentry "System shutdown" {
|
||||
halt
|
||||
}
|
||||
|
||||
function load_video {
|
||||
if [ x$feature_all_video_module = xy ]; then
|
||||
insmod all_video
|
||||
|
Reference in New Issue
Block a user