diff options
-rwxr-xr-x | images/make_boot_img | 3 |
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', |