summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive b/draklive
index 465bb56..22b38d5 100755
--- a/draklive
+++ b/draklive
@@ -695,6 +695,8 @@ sub allocate_master {
$slash->{fs_type} = $fs;
#- FIXME: use fsedit::allocatePartitions and $media->{partitions}?
+ # foreach (@{$media->{partitions}}) { # set pt_type }
+
require fs::type;
my $pt_type = sprintf('%x', fs::type::fs_type2subpart($fs)->{pt_type});
open(my $fdisk, "| fdisk -C $cylinders -S $sectors_per_track -H $heads $dest");