diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-03-09 15:40:52 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-03-09 15:40:52 +0000 |
commit | eafb16ca2aadf06785e6fbb5e071b777f3f40170 (patch) | |
tree | 26086e29f085414e233ac7b3d0dafdd2b54a0bf7 | |
parent | f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4 (diff) | |
download | drakx-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar drakx-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar.gz drakx-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar.bz2 drakx-eafb16ca2aadf06785e6fbb5e071b777f3f40170.tar.xz drakx-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.pm | 2 |
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") ], |