summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive b/draklive
index f569371..f0f037d 100755
--- a/draklive
+++ b/draklive
@@ -506,6 +506,8 @@ sub create_bootloader {
}
if ($live->{system}{gfxboot}) {
+ #- would be run by bootloader::add_boot_splash and make-boot-splash, but not called when we don't generate an initrd
+ run_({ root => $live->get_system_root }, '/usr/share/bootsplash/scripts/switch-themes', '-u');
#- grub-gfxmenu would be run by bootloader::write_grub from DrakX
run_({ root => $live->get_system_root }, '/usr/sbin/grub-gfxmenu', '--update-gfxmenu');
my $gfxmenu = $live->get_system_root . '/boot/gfxmenu';