From: Jeremy Kerr Date: Tue, 24 Sep 2013 05:59:24 +0000 (+0800) Subject: discover/grub2: Add linux16 command X-Git-Tag: v1.0.0~437 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=9cf9430d5a1db0addd4788798fd7275d2c514f3c;hp=07fe1662d2a49f4e9e3c5b0451d141f69328262d discover/grub2: Add linux16 command Signed-off-by: Jeremy Kerr --- 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,