summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive3
1 files changed, 2 insertions, 1 deletions
diff --git a/draklive b/draklive
index 9130a75..bfa6811 100755
--- a/draklive
+++ b/draklive
@@ -594,7 +594,8 @@ sub create_syslinux_msg_files {
mkdir_p($syslinux_dir);
if ($live->{system}{gfxboot}) {
- my $default_gfxboot_theme = "Mandriva";
+ 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;