summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-03-09 15:40:52 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-03-09 15:40:52 +0000
commiteafb16ca2aadf06785e6fbb5e071b777f3f40170 (patch)
tree26086e29f085414e233ac7b3d0dafdd2b54a0bf7
parentf6bfcaa17c6ca07c46fcc7d1674635b37e828ba4 (diff)
downloaddrakx-backup-do-not-use-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar
drakx-backup-do-not-use-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar.gz
drakx-backup-do-not-use-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar.bz2
drakx-backup-do-not-use-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar.xz
drakx-backup-do-not-use-eafb16ca2aadf06785e6fbb5e071b777f3f40170.zip
disable, need to investigate why diskdrake dont show more than 1.9to after creating a partition
-rw-r--r--perl-install/install/steps_list.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm
index f8cf73d36..3d6406485 100644
--- a/perl-install/install/steps_list.pm
+++ b/perl-install/install/steps_list.pm
@@ -21,7 +21,7 @@ use common;
selectInstallClass => [ N_("_: Keep these entry short\nInstallation class"), 1, 1, '1', '',
N_("_: Keep these entry short\nInstallation class") ],
selectKeyboard => [ N_("_: Keep these entry short\nKeyboard"), 1, 1, '1', '', N_("Localization") ],
- selectPartitionTable => [ N_("_: Keep these entry short\nPartitionTable"), 1, 1, '1', '', N_("PartitionTable") ],
+# selectPartitionTable => [ N_("_: Keep these entry short\nPartitionTable"), 1, 1, '1', '', N_("PartitionTable") ],
miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '1', '', N_("Security") ],
doPartitionDisks => [ N_("_: Keep these entry short\nPartitioning"), 1, 0, '', "selectInstallClass",
N_("Partitioning") ],