summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 4252cdb..b82fd54 100755
--- a/draklive
+++ b/draklive
@@ -97,7 +97,7 @@ sub build_syslinux_cfg {
" kernel $kernel",
" append initrd=$initrd $append $cmdline";
}
- } group_by2('' => '', @{$live->{system}{boot_entries}})),
+ } group_by2('' => '', @{$media->{boot_entries}})),
"",
);
}