summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/type.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-28 19:22:12 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-28 19:22:12 +0000
commitfe28c4ede7e3dc145ffd88c70d75dbcce4093dda (patch)
tree28115a03b8271d73b3f5c5a07a6d34c34cdf1393 /perl-install/fs/type.pm
parente5e23d39061d2356c0e1da2134f5e665b2453fb1 (diff)
downloaddrakx-fe28c4ede7e3dc145ffd88c70d75dbcce4093dda.tar
drakx-fe28c4ede7e3dc145ffd88c70d75dbcce4093dda.tar.gz
drakx-fe28c4ede7e3dc145ffd88c70d75dbcce4093dda.tar.bz2
drakx-fe28c4ede7e3dc145ffd88c70d75dbcce4093dda.tar.xz
drakx-fe28c4ede7e3dc145ffd88c70d75dbcce4093dda.zip
(call_blkid) do not bypass blkid cache
Diffstat (limited to 'perl-install/fs/type.pm')
-rw-r--r--perl-install/fs/type.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 528804655..72b7b54e4 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -273,7 +273,7 @@ sub call_blkid {
my %h = map {
if_(/(.*?)=(.*)/, $1 => $2);
- } run_program::get_stdout_raw({ timeout => 30 }, 'blkid', '2>', '/dev/null', '-o', 'udev', '-p', devices::make($part->{device}));
+ } run_program::get_stdout_raw({ timeout => 30 }, 'blkid', '2>', '/dev/null', '-o', 'udev', devices::make($part->{device}));
\%h;
}