summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2016-12-04 20:14:22 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2016-12-04 20:14:22 +0000
commit27d81b5b925680fb6f01a0938b8a622d401854d1 (patch)
tree11745e8c991e8ee7b3d629902f67bb1efc3a3e8b
parent3f156db5c61e3ceee9997cce404e726d398aef89 (diff)
downloaddraklive-27d81b5b925680fb6f01a0938b8a622d401854d1.tar
draklive-27d81b5b925680fb6f01a0938b8a622d401854d1.tar.gz
draklive-27d81b5b925680fb6f01a0938b8a622d401854d1.tar.bz2
draklive-27d81b5b925680fb6f01a0938b8a622d401854d1.tar.xz
draklive-27d81b5b925680fb6f01a0938b8a622d401854d1.zip
draklive: remove obsolete 'requires bootsplash'.
bootsplash.pm has been deleted from libDrakX, and draklive no longer needs it anyway.
-rwxr-xr-xdraklive1
1 files changed, 0 insertions, 1 deletions
diff --git a/draklive b/draklive
index 9049366..b1b0c44 100755
--- a/draklive
+++ b/draklive
@@ -617,7 +617,6 @@ sub create_syslinux_msg_files {
if ($live->{system}{gfxboot}) {
my $product = common::parse_LDAP_namespace_structure(cat_($live->get_system_root . '/etc/product.id'));
my $default_gfxboot_theme = $product->{distribution};
- require bootsplash;
my $theme = do {
local $::prefix = $live->get_system_root;
get_bootsplash_theme();