summaryrefslogtreecommitdiffstats
path: root/rescue/bin/lsparts
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/bin/lsparts')
-rwxr-xr-xrescue/bin/lsparts1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/bin/lsparts b/rescue/bin/lsparts
index 8d36a02f4..690437fb0 100755
--- a/rescue/bin/lsparts
+++ b/rescue/bin/lsparts
@@ -38,6 +38,7 @@ foreach (fs::proc_partitions::read_raw()) {
print STDERR "$err\n" if $verbose;
} else {
$_->{device} = $_->{dev};
+ local $::isStandalone = 1; # silent run_program
if (my $type = fs::type::type_subpart_from_magic($_)) {
printf "$_->{dev}: %6s, fs %s (%s)\n", formatXiB($_->{size} * 512), $type->{fs_type}, fs::type::part2type_name($type);
}