diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 19:55:55 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 19:55:55 +0000 |
commit | 69df32971a829d103c559255f4106d57f0ed4a3b (patch) | |
tree | 73e59c166f9291dfaec44ff3c836f7a7e47da67d /draklive | |
parent | 109525728bc2521526d1d45369cb1a0e78a49a4f (diff) | |
download | drakiso-69df32971a829d103c559255f4106d57f0ed4a3b.tar drakiso-69df32971a829d103c559255f4106d57f0ed4a3b.tar.gz drakiso-69df32971a829d103c559255f4106d57f0ed4a3b.tar.bz2 drakiso-69df32971a829d103c559255f4106d57f0ed4a3b.tar.xz drakiso-69df32971a829d103c559255f4106d57f0ed4a3b.zip |
add another missing )
Diffstat (limited to 'draklive')
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ sub build_grub_cfg_raw { "title " . $title . if_($name, " ($name)"), "kernel $grub_part" . $boot . "/vmlinuz " . get_default_append($live, $opts) . if_($cmdline, " $cmdline"), if_($initrd, "initrd " . $boot . $initrd); - } group_by2(@{$media->{boot_entries}}), + } group_by2(@{$media->{boot_entries}})), ($live->{oem_rescue} && defined $opts->{oem_rescue_idx} ? ( #- FIXME: factorize with above, build_grub_cfg_entry($media) "title " . $live->{oem_rescue}{media}{title}, |