diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Draklive/Utils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MDV/Draklive/Utils.pm b/lib/MDV/Draklive/Utils.pm index 4dd9a3c..12ce647 100644 --- a/lib/MDV/Draklive/Utils.pm +++ b/lib/MDV/Draklive/Utils.pm @@ -62,6 +62,7 @@ sub device_allocate_file { } #- format $device as type $type +# FIXME: use fs::format sub device_mkfs { my ($device, $type, $o_inode_size) = @_; if ($type eq 'vfat') { |