diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/hacks/draklive-gfxmenu.patch | 11 | ||||
-rw-r--r-- | files/hacks/message | bin | 0 -> 553472 bytes |
2 files changed, 11 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..fce8dda --- /dev/null +++ b/files/hacks/message |