From fe28c4ede7e3dc145ffd88c70d75dbcce4093dda Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 28 Dec 2012 19:22:12 +0000 Subject: (call_blkid) do not bypass blkid cache --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/type.pm') 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; } -- cgit v1.2.1