projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fe166
)
discover/grub2: Add linux16 command
author
Jeremy Kerr
<jk@ozlabs.org>
Tue, 24 Sep 2013 05:59:24 +0000
(13:59 +0800)
committer
Jeremy Kerr
<jk@ozlabs.org>
Tue, 24 Sep 2013 05:59:24 +0000
(13:59 +0800)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/grub2/builtins.c
patch
|
blob
|
history
diff --git
a/discover/grub2/builtins.c
b/discover/grub2/builtins.c
index 1ce63cf13103c8f2157029bca3464a5110e0f1f2..2e63fcd09b0733e5fc2ea143f4aab2d79da9328e 100644
(file)
--- a/
discover/grub2/builtins.c
+++ b/
discover/grub2/builtins.c
@@
-251,6
+251,10
@@
static struct {
.name = "linux",
.fn = builtin_linux,
},
+ {
+ .name = "linux16",
+ .fn = builtin_linux,
+ },
{
.name = "initrd",
.fn = builtin_initrd,