From 9cf9430d5a1db0addd4788798fd7275d2c514f3c Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 24 Sep 2013 13:59:24 +0800 Subject: [PATCH] discover/grub2: Add linux16 command Signed-off-by: Jeremy Kerr --- discover/grub2/builtins.c | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ -251,6 +251,10 @@ static struct { .name = "linux", .fn = builtin_linux, }, + { + .name = "linux16", + .fn = builtin_linux, + }, { .name = "initrd", .fn = builtin_initrd, -- 2.39.2