From e022028d90efa93ed9265afa9f92d87df12bd60d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 30 Mar 2010 12:37:14 +0000 Subject: add fixme about mmcblk --- draklive | 1 + 1 file changed, 1 insertion(+) diff --git a/draklive b/draklive index 41c3fe8..e3a6329 100755 --- a/draklive +++ b/draklive @@ -780,6 +780,7 @@ sub supplement_media_partitions { sub set_part_real_device { my ($hd, $part) = @_; + #- FIXME: find a better way to compute mmcblk device path my $ext = $hd->{file} =~ m!^/dev/mmcblk! ? 'p' : ''; $part->{real_device} = -f $hd->{file} ? get_partition_loop($hd, $part) : ($hd->{file} . $ext . $part->{device}); } -- cgit v1.2.1