git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* fix an issue that execve attempts to parse directory as elf file.
[lunaix-os.git]
/
lunaix-os
/
GRUB_TEMPLATE
diff --git
a/lunaix-os/GRUB_TEMPLATE
b/lunaix-os/GRUB_TEMPLATE
index c33d45f96b921416ffcd3c5b24b540d0dacd0a09..c05136f49e01a9951b8efc22e08b443480bb398f 100644
(file)
--- a/
lunaix-os/GRUB_TEMPLATE
+++ b/
lunaix-os/GRUB_TEMPLATE
@@
-2,6
+2,5
@@
default=0
timeout=0
menuentry "$_OS_NAME" {
timeout=0
menuentry "$_OS_NAME" {
- multiboot /boot/kernel.bin console=/dev/vcon
- module --nounzip /boot/modksyms modksyms
+ multiboot /boot/kernel.bin $KCMD
}
\ No newline at end of file
}
\ No newline at end of file