summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2016-12-17 16:57:42 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2016-12-17 16:57:42 +0000
commitf8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6 (patch)
tree786c6b637c673881eea03acc0ba266c4ec99edc3
parent27d81b5b925680fb6f01a0938b8a622d401854d1 (diff)
downloaddraklive-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar
draklive-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar.gz
draklive-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar.bz2
draklive-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar.xz
draklive-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.zip
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.
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
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.