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:
Steve McIntyre 2014-02-11 01:59:54 +00:00
parent 93b35677fe
commit 57fe59f92f
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
debian-cd (3.1.15) UNRELEASED; urgency=low
[ Steve McIntyre ]
* 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> Tue, 11 Feb 2014 01:57:01 +0000
debian-cd (3.1.14) unstable; urgency=medium
[ Steve McIntyre ]

View File

@ -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;