summaryrefslogtreecommitdiffstats
path: root/files/hacks/draklive-gfxmenu.patch
blob: 92dff06faacef29710c2661ac1407f2c99b9e92b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /usr/sbin/draklive.orig	2012-01-08 04:53:21.000000000 +0100
+++ /usr/sbin/draklive	2012-01-09 00:03:14.746026735 +0100
@@ -77,6 +77,8 @@
     my $boot = $live->get_media_prefix('boot', $opts->{boot});
     my ($initrd, $kernel, $bootlogo, $help) = map { $to_root ? basename($_) : $_ }
       map { $boot . $_ } $media->get_initrd_path, @syslinux_boot_files;
+    # Hack for broken gfxmenu
+    cp_f("/home/draklive/live-config/files/hacks/message", $live->get_builddir . $live->{prefix}{build}{boot} . '/syslinux/bootlogo');
     my $has_bootlogo = $live->{system}{gfxboot} &&
       -e ($live->get_builddir . $live->{prefix}{build}{boot} . '/syslinux/bootlogo');
     my $timeout = get_bootloader_timeout($live) * 10;