diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-01-04 22:36:46 +0100 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-01-04 22:36:46 +0100 |
commit | 1272bb8e3ce53edb9190388946abac7847b7ad76 (patch) | |
tree | 694d527af788b1d01a595d5771b789b12311eaa6 | |
parent | 161a02f3863a20829b6e507115ee4954fb17b5b0 (diff) | |
download | draklive-config-1272bb8e3ce53edb9190388946abac7847b7ad76.tar draklive-config-1272bb8e3ce53edb9190388946abac7847b7ad76.tar.gz draklive-config-1272bb8e3ce53edb9190388946abac7847b7ad76.tar.bz2 draklive-config-1272bb8e3ce53edb9190388946abac7847b7ad76.tar.xz draklive-config-1272bb8e3ce53edb9190388946abac7847b7ad76.zip |
add draklive gfxmenu hack
-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 |