diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-06-29 13:22:18 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-06-29 13:22:18 +0000 |
commit | e1946cbdc491a4de7cc40363721be217f798bcf0 (patch) | |
tree | ed9b10f43183d49bc173c3bd828c2c17638c1112 | |
parent | 011620d9acb32c2fe707e91051b07c168c7323ca (diff) | |
download | draklive-e1946cbdc491a4de7cc40363721be217f798bcf0.tar draklive-e1946cbdc491a4de7cc40363721be217f798bcf0.tar.gz draklive-e1946cbdc491a4de7cc40363721be217f798bcf0.tar.bz2 draklive-e1946cbdc491a4de7cc40363721be217f798bcf0.tar.xz draklive-e1946cbdc491a4de7cc40363721be217f798bcf0.zip |
add back previous FIXME afterall, still useful
-rwxr-xr-x | draklive | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ sub build_syslinux_cfg { sub build_grub_cfg { my ($live, $media, $opts, $device) = @_; + #- FIXME? first partition is hardcoded for loopback (master images) #- FIXME? use find_partition_index my ($part_nb) = $device =~ m!/dev/loop! ? 1 : $device =~ /(\d+)$/; my $part_idx = $part_nb - 1; |