summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-25 18:30:25 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-25 18:30:25 +0000
commite410492ec27a705e1b06cc466ce0ca743c9b4a1e (patch)
tree7a34313e0e3dddfb809485ed0c11b20aa0d97a7d /rescue
parent96f26e556fa2b3a0f4943ee385f3aacc9aa4cd12 (diff)
downloaddrakx-backup-do-not-use-e410492ec27a705e1b06cc466ce0ca743c9b4a1e.tar
drakx-backup-do-not-use-e410492ec27a705e1b06cc466ce0ca743c9b4a1e.tar.gz
drakx-backup-do-not-use-e410492ec27a705e1b06cc466ce0ca743c9b4a1e.tar.bz2
drakx-backup-do-not-use-e410492ec27a705e1b06cc466ce0ca743c9b4a1e.tar.xz
drakx-backup-do-not-use-e410492ec27a705e1b06cc466ce0ca743c9b4a1e.zip
fix a message (this is _not_ N("...%s..", "foobar"))
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/guessmounts3
1 files changed, 1 insertions, 2 deletions
diff --git a/rescue/guessmounts b/rescue/guessmounts
index 48d24dbab..f99586a63 100755
--- a/rescue/guessmounts
+++ b/rescue/guessmounts
@@ -66,8 +66,7 @@ foreach (@$normal_parts) {
if (my $release_file = common::release_file($target)) {
my $release = chomp_(cat_("$target$release_file"));
- print STDERR "=> found a %s root partition on $dev\n=> type $fs, version `",
- $release, "'\n";
+ print STDERR "=> found a $release root partition on $dev\n=> type $fs, version `\n";
@fstab = fs::read_fstab($target, '/etc/fstab');
push @roots, { dev => $dev, release => $release };
}