View | Details | Raw Unified | Return to bug 294432
Collapse All | Expand All

(-)perl-Bootloader-0.4.24-dist/lib/Bootloader/Core.pm (-1 / +1 lines)
Lines 1198-1204 Link Here
1198
	}
1198
	}
1199
	elsif ($key eq "kernel" || $key eq "initrd" || $key eq "root"
1199
	elsif ($key eq "kernel" || $key eq "initrd" || $key eq "root"
1200
	    || $key eq "vga" || $key eq "append" || $key eq "chainloader"
1200
	    || $key eq "vga" || $key eq "append" || $key eq "chainloader"
1201
	    || $key eq "wildcard")
1201
	    || $key eq "wildcard" || $key eq "image" || $key eq "other")
1202
	{
1202
	{
1203
	    $key = "image" if ($key eq "kernel");
1203
	    $key = "image" if ($key eq "kernel");
1204
	    $key = "other" if ($key eq "chainloader");
1204
	    $key = "other" if ($key eq "chainloader");

Return to bug 294432