From 84494e4bb355650315ba1e2b484715144d91d929 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 30 Sep 2009 16:08:55 +0000 Subject: forgot to initialize one variable in plymouth handling code --- lib/MDV/Draklive/Initrd.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/MDV/Draklive') 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; -- cgit v1.2.1