From 1272bb8e3ce53edb9190388946abac7847b7ad76 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 4 Jan 2014 22:36:46 +0100 Subject: add draklive gfxmenu hack --- files/hacks/draklive-gfxmenu.patch | 11 +++++++++++ files/hacks/message | Bin 0 -> 553472 bytes 2 files changed, 11 insertions(+) create mode 100644 files/hacks/draklive-gfxmenu.patch create mode 100644 files/hacks/message diff --git a/files/hacks/draklive-gfxmenu.patch b/files/hacks/draklive-gfxmenu.patch new file mode 100644 index 0000000..92dff06 --- /dev/null +++ b/files/hacks/draklive-gfxmenu.patch @@ -0,0 +1,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; diff --git a/files/hacks/message b/files/hacks/message new file mode 100644 index 0000000..fce8dda Binary files /dev/null and b/files/hacks/message differ -- cgit v1.2.1