summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Draklive/Initrd.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MDV/Draklive/Initrd.pm')
-rw-r--r--lib/MDV/Draklive/Initrd.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MDV/Draklive/Initrd.pm b/lib/MDV/Draklive/Initrd.pm
index fc1af8b..ff32e37 100644
--- a/lib/MDV/Draklive/Initrd.pm
+++ b/lib/MDV/Draklive/Initrd.pm
@@ -279,6 +279,8 @@ sub add_splash {
cp_f($initrd, $live->get_system_root . $tmp_initrd);
{
local $::prefix = $live->get_system_root;
+ #- also calls switch-themes -u (through make-boot-splash)
+ #- which will regenerate gfxboot current link
bootloader::add_boot_splash($tmp_initrd, $live->{system}{vga_mode});
}
cp_f($live->get_system_root . $tmp_initrd, $initrd);