summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-07-29 13:57:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-07-29 13:57:31 +0000
commitfcef482faa27e55568de10b2d0c3a731320786f7 (patch)
tree08dd14bcb104524169eeaf824f84dd839431b9eb /perl-install/fsedit.pm
parenta3ed286b98f8d97882c428ea2ff203df315879d4 (diff)
downloaddrakx-backup-do-not-use-fcef482faa27e55568de10b2d0c3a731320786f7.tar
drakx-backup-do-not-use-fcef482faa27e55568de10b2d0c3a731320786f7.tar.gz
drakx-backup-do-not-use-fcef482faa27e55568de10b2d0c3a731320786f7.tar.bz2
drakx-backup-do-not-use-fcef482faa27e55568de10b2d0c3a731320786f7.tar.xz
drakx-backup-do-not-use-fcef482faa27e55568de10b2d0c3a731320786f7.zip
re-export %fsedit::suggestions as needed (why did titi my-ed it?) (fixes bug #4298)
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index e6c8873a0..aaf36c86a 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -17,7 +17,7 @@ use loopback;
use log;
use fs;
-my %suggestions = (
+%suggestions = (
N_("simple") => [
{ mntpoint => "/", size => 300 << 11, type =>0x483, ratio => 5, maxsize => 6000 << 11 },
{ mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 500 << 11 },