mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Keep grub resolution in EFI boot, to avoid tiny fonts
(closes: #935546) Backport fix to buster
This commit is contained in:
parent
db1a62f8ac
commit
a4347789ca
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,4 +1,11 @@
|
||||
debian-cd (3.1.25) UNRELEASED; urgency=medium
|
||||
debian-cd (3.1.26-buster) UNRELEASED; urgency=medium
|
||||
|
||||
* Backports of fixes from debian-cd in unstable
|
||||
+ Keep grub resolution in EFI boot, to avoid tiny fonts (closes: #935546).
|
||||
|
||||
-- Samuel Thibault <sthibault@debian.org> Fri, 23 Aug 2019 21:51:50 +0200
|
||||
|
||||
debian-cd (3.1.26) unstable; urgency=medium
|
||||
|
||||
[ Steve McIntyre ]
|
||||
* Change a load of http URLs to use https instead,
|
||||
|
@ -240,6 +240,7 @@ foreach my $line(@lines) {
|
||||
print_indent "set menu_color_highlight=white/blue\n";
|
||||
print_indent "set theme=/boot/grub/theme/" . $menu{"number"} . "\n";
|
||||
}
|
||||
print_indent "set gfxpayload=keep";
|
||||
create_theme_file($menu{"number"});
|
||||
$new_menu = 0;
|
||||
}
|
||||
|
@ -240,6 +240,7 @@ foreach my $line(@lines) {
|
||||
print_indent "set menu_color_highlight=white/blue\n";
|
||||
print_indent "set theme=/boot/grub/theme/" . $menu{"number"} . "\n";
|
||||
}
|
||||
print_indent "set gfxpayload=keep";
|
||||
create_theme_file($menu{"number"});
|
||||
$new_menu = 0;
|
||||
}
|
||||
|
@ -218,6 +218,7 @@ foreach my $line(@lines) {
|
||||
print_indent "set menu_color_normal=cyan/blue\n";
|
||||
print_indent "set menu_color_highlight=white/blue\n";
|
||||
print_indent "set theme=/boot/grub/theme/" . $menu{"number"} . "\n";
|
||||
print_indent "set gfxpayload=keep";
|
||||
create_theme_file($menu{"number"});
|
||||
$new_menu = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user