diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 19:53:05 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 19:53:05 +0000 |
commit | 109525728bc2521526d1d45369cb1a0e78a49a4f (patch) | |
tree | 8866ff97cc7ffcb283e457344ff4e57e7c4b97a8 | |
parent | fbd41454cced4f7490ed5ea5852a6112b7c28e48 (diff) | |
download | draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar.gz draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar.bz2 draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar.xz draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.zip |
add missing )
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ sub build_syslinux_cfg { " kernel $kernel", " append initrd=$initrd $append $cmdline"; } - } group_by2(@{$media->{boot_entries}}), + } group_by2(@{$media->{boot_entries}})), "", ); } |