diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-04 20:14:22 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-04 20:14:22 +0000 |
commit | 27d81b5b925680fb6f01a0938b8a622d401854d1 (patch) | |
tree | 11745e8c991e8ee7b3d629902f67bb1efc3a3e8b | |
parent | 3f156db5c61e3ceee9997cce404e726d398aef89 (diff) | |
download | drakiso-27d81b5b925680fb6f01a0938b8a622d401854d1.tar drakiso-27d81b5b925680fb6f01a0938b8a622d401854d1.tar.gz drakiso-27d81b5b925680fb6f01a0938b8a622d401854d1.tar.bz2 drakiso-27d81b5b925680fb6f01a0938b8a622d401854d1.tar.xz drakiso-27d81b5b925680fb6f01a0938b8a622d401854d1.zip |
draklive: remove obsolete 'requires bootsplash'.
bootsplash.pm has been deleted from libDrakX, and draklive no longer
needs it anyway.
-rwxr-xr-x | draklive | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); |