diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-17 16:57:42 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-17 16:57:42 +0000 |
commit | f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6 (patch) | |
tree | 786c6b637c673881eea03acc0ba266c4ec99edc3 /draklive | |
parent | 27d81b5b925680fb6f01a0938b8a622d401854d1 (diff) | |
download | drakiso-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar drakiso-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar.gz drakiso-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar.bz2 drakiso-f8ff6cc7fc75bdb3369093f563b84a4fa5e2deb6.tar.xz drakiso-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.
Diffstat (limited to 'draklive')
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |