From 33e59650fe44d4678273e68e89a981d88afdbcc6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 29 Jan 2008 07:42:22 +0000 Subject: vol_id failures ("unknown volume type") are too verbose --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index b7fef0771..166e079a9 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -273,7 +273,7 @@ sub call_vol_id { my %h = map { if_(/(.*?)=(.*)/, $1 => $2); - } run_program::get_stdout('vol_id', devices::make($part->{device})); + } run_program::get_stdout('vol_id', '2>', '/dev/null', devices::make($part->{device})); \%h; } -- cgit v1.2.1