summaryrefslogtreecommitdiffstats
path: root/discover
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-09-24 13:59:24 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-09-24 13:59:24 +0800
commit9cf9430d5a1db0addd4788798fd7275d2c514f3c (patch)
tree710e93ff51fe7016efddb5d862004a9f24a029ff /discover
parent07fe1662d2a49f4e9e3c5b0451d141f69328262d (diff)
downloadtalos-petitboot-9cf9430d5a1db0addd4788798fd7275d2c514f3c.tar.gz
talos-petitboot-9cf9430d5a1db0addd4788798fd7275d2c514f3c.zip
discover/grub2: Add linux16 command
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'discover')
-rw-r--r--discover/grub2/builtins.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/discover/grub2/builtins.c b/discover/grub2/builtins.c
index 1ce63cf..2e63fcd 100644
--- a/discover/grub2/builtins.c
+++ b/discover/grub2/builtins.c
@@ -252,6 +252,10 @@ static struct {
.fn = builtin_linux,
},
{
+ .name = "linux16",
+ .fn = builtin_linux,
+ },
+ {
.name = "initrd",
.fn = builtin_initrd,
},
OpenPOWER on IntegriCloud