X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e0ee3d449aacd33a84cb1f58961e55f9f06acb46..8efc0cf32160c68772a2ce1887e6a397852d3d96:/lunaix-os/GRUB_TEMPLATE diff --git a/lunaix-os/GRUB_TEMPLATE b/lunaix-os/GRUB_TEMPLATE index 6652d2c..176f426 100644 --- a/lunaix-os/GRUB_TEMPLATE +++ b/lunaix-os/GRUB_TEMPLATE @@ -1,3 +1,7 @@ +default=0 +timeout=0 + menuentry "$_OS_NAME" { - multiboot /boot/$_OS_NAME.bin + multiboot /boot/kernel.bin + module --nounzip /boot/modksyms modksyms } \ No newline at end of file