diff options
Diffstat (limited to 'rescue/guessmounts')
-rwxr-xr-x | rescue/guessmounts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/guessmounts b/rescue/guessmounts index 33530ef8c..37e2249a1 100755 --- a/rescue/guessmounts +++ b/rescue/guessmounts @@ -61,7 +61,7 @@ foreach (@$normal_parts) { } fs::type::true_local_fs_types() or next; if (my $release_file = common::release_file($target)) { - print STDERR "=> found a Mandriva Linux root partition on $dev\n=> type $fs, version `", + print STDERR "=> found a %s root partition on $dev\n=> type $fs, version `", chomp_(cat_("$target$release_file")), "'\n"; @fstab = fs::read_fstab($target, '/etc/fstab'); $root = $dev; |