summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive1
1 files changed, 1 insertions, 0 deletions
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});
}