diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Draklive/Initrd.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MDV/Draklive/Initrd.pm b/lib/MDV/Draklive/Initrd.pm index 5b0f5ed..474f244 100644 --- a/lib/MDV/Draklive/Initrd.pm +++ b/lib/MDV/Draklive/Initrd.pm @@ -276,6 +276,7 @@ sub add_splash { my ($live, $initrd_tree) = @_; if ($live->{system}{vga_mode} && $live->{system}{splash} ne 'no') { my $root = $live->get_system_root(); + my $lib_prefix = $live->get_lib_prefix(); my $plymouth_theme_name = basename(dirname(expand_symlinks($root . "/usr/share/plymouth/themes/default.plymouth"))); my $plymouth_theme_path = "/usr/share/plymouth/themes/" . $plymouth_theme_name; |