From faa380c2ed0ce9b5094750897db086e058225f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 8 Sep 2016 19:19:49 +0200 Subject: Restore ascii 15 () character in syslinux color codes This was a regression from 141b9c7439b8bcc926b640cd524c7d09733159f0 which broke color codes in syslinux (mga#18316). Thanks to Ady and David Walser for finding the fix. --- images/make_boot_img | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index 3b670c941..cde1b22b0 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -66,8 +66,9 @@ foreach my $img (@images) { } } +# The ascii 15 / Shift In / ^O character before the 0 should not be removed sub syslinux_color { - "0" . { + "0" . { default => '7', blue => '9', green => 'a', -- cgit v1.2.1