Add "UEFI" text to the UEFI installer menu title to make it easier for
end users to distinguish between UEFI and BIOS boot.
This commit is contained in:
parent
021407f71b
commit
3af8761175
|
@ -6,6 +6,8 @@ debian-cd (3.1.13-deb7u1) UNRELEASED; urgency=low
|
|||
apt.
|
||||
+ List Translation files in dists/$dist/Release too - apt looks there
|
||||
now instead of in Index, apparently.
|
||||
+ Add "UEFI" text to the UEFI installer menu title to make it easier for
|
||||
end users to distinguish between UEFI and BIOS boot.
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Mon, 17 June 2013 15:44:32 +0100
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@ parse_file("isolinux.cfg");
|
|||
|
||||
$menu{"number"} = "1";
|
||||
$menu{"label"} = "top";
|
||||
$menu{"title"} = "$tl_distro $tl_kernel Installer menu";
|
||||
$menu{"title"} = "$tl_distro $tl_kernel UEFI Installer menu";
|
||||
$menu_title[$menudepth] = $menu{"title"};
|
||||
|
||||
my %kernel;
|
||||
|
|
Loading…
Reference in New Issue