From e1946cbdc491a4de7cc40363721be217f798bcf0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 29 Jun 2009 13:22:18 +0000 Subject: add back previous FIXME afterall, still useful --- draklive | 1 + 1 file changed, 1 insertion(+) diff --git a/draklive b/draklive index 2c2d82d..8b892de 100755 --- a/draklive +++ b/draklive @@ -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; -- cgit v1.2.1