summaryrefslogtreecommitdiffstats
path: root/discover
diff options
context:
space:
mode:
Diffstat (limited to 'discover')
-rw-r--r--discover/grub2-parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/discover/grub2-parser.c b/discover/grub2-parser.c
index bd08ec0..63e6542 100644
--- a/discover/grub2-parser.c
+++ b/discover/grub2-parser.c
@@ -161,7 +161,7 @@ static void grub2_process_pair(struct conf_context *conf, const char *name,
return;
}
- if (streq(name, "linux")) {
+ if (streq(name, "linux") || streq(name, "linux16")) {
char *sep;
sep = strchr(value, ' ');
@@ -240,6 +240,7 @@ static const char *const grub2_conf_files[] = {
static const char *grub2_known_names[] = {
"menuentry",
"linux",
+ "linux16",
"initrd",
"search",
NULL
OpenPOWER on IntegriCloud