summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 47502bd..afbc6c5 100755
--- a/draklive
+++ b/draklive
@@ -121,7 +121,7 @@ sub build_grub_cfg_raw {
$media->{partitions}[$part_idx]{mntpoint} eq $boot and $boot = "";
my $title = $media->{title} || $live->{media}{title};
- my @boot_entries = @{$media->{boot_entries}};
+ my @boot_entries = @{$media->{boot_entries} || []};
@boot_entries = ('' => '') if !@boot_entries;
join("\n",