summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-09-08 19:19:49 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-09-08 19:19:49 +0200
commitfaa380c2ed0ce9b5094750897db086e058225f2b (patch)
treeee9385103f5af81a8ac3f543df4c6a2102e2bba8 /images/make_boot_img
parentf6a99cdc8926bdc00c823d9a2ffdf5942262b075 (diff)
downloaddrakx-faa380c2ed0ce9b5094750897db086e058225f2b.tar
drakx-faa380c2ed0ce9b5094750897db086e058225f2b.tar.gz
drakx-faa380c2ed0ce9b5094750897db086e058225f2b.tar.bz2
drakx-faa380c2ed0ce9b5094750897db086e058225f2b.tar.xz
drakx-faa380c2ed0ce9b5094750897db086e058225f2b.zip
Restore ascii 15 (<SI>) 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.
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img3
1 files changed, 2 insertions, 1 deletions
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',