diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-07-31 14:43:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-07-31 14:43:03 +0000 |
commit | 3b4ebc0c4c0a0090e0f120ac1129dcd263970a8b (patch) | |
tree | 9c762296f9c5d3f28a664af028709369bd20ace5 /lib | |
parent | 75dd5c91b9f8e64f11e3fdd9b7ea1f9440b7de97 (diff) | |
download | draklive-3b4ebc0c4c0a0090e0f120ac1129dcd263970a8b.tar draklive-3b4ebc0c4c0a0090e0f120ac1129dcd263970a8b.tar.gz draklive-3b4ebc0c4c0a0090e0f120ac1129dcd263970a8b.tar.bz2 draklive-3b4ebc0c4c0a0090e0f120ac1129dcd263970a8b.tar.xz draklive-3b4ebc0c4c0a0090e0f120ac1129dcd263970a8b.zip |
we should use fs::format for that
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') { |