From f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 17 Dec 2016 16:57:42 +0000 Subject: draklive: remove control characters from boot/help.msg (mga#14471). This looks like it was intended to be a display control sequence, but it doesn't work, and just results in display corruption. --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive b/draklive index b1b0c44..b6c6dfc 100755 --- a/draklive +++ b/draklive @@ -641,7 +641,7 @@ sub create_syslinux_msg_files { } output($live->get_builddir . $live->{prefix}{build}{boot} . '/help.msg', - pack("C*", 0x0E, 0x80, 0x03, 0x00, 0xC) . qq( + qq( Welcome to $live->{media}{title}! The command line can be used to specify kernel options. -- cgit v1.2.1