diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-24 08:53:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-24 08:53:00 +0000 |
commit | 2d4133ff240757edb14cf10b83bbbabb274772f3 (patch) | |
tree | adbdd0c33b5ff160ed5a1eb80cdb47837c7e0b45 /perl-install/install2.pm | |
parent | 0925f92586a8a200a632eece658b2a45b09c9cc8 (diff) | |
download | drakx-2d4133ff240757edb14cf10b83bbbabb274772f3.tar drakx-2d4133ff240757edb14cf10b83bbbabb274772f3.tar.gz drakx-2d4133ff240757edb14cf10b83bbbabb274772f3.tar.bz2 drakx-2d4133ff240757edb14cf10b83bbbabb274772f3.tar.xz drakx-2d4133ff240757edb14cf10b83bbbabb274772f3.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index f8ff9c610..e8fee47f8 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -52,7 +52,7 @@ my @installSteps = ( setRootPassword => [ __("Set root password"), 1, 1, "formatPartitions" ], addUser => [ __("Add a user"), 1, 1, "doInstallStep" ], createBootdisk => [ __("Create bootdisk"), 1, 0, "doInstallStep" ], - setupBootloader => [ __("Install bootloader"), 1, 1, "doInstallStep" ], + setupBootloader => [ __("Install bootloader"), 1, 1],#, "doInstallStep" ], configureX => [ __("Configure X"), 1, 0, "formatPartitions" ], exitInstall => [ __("Exit install"), 0, 0 ], ); @@ -257,6 +257,7 @@ sub partitionDisks { $o->ask_warn(_("Error"), _("I can't read your partition table, it's too corrupted for me :( I'll try to go on blanking bad partitions")); + $o->{partitioning}{auto_allocate} = 0; 1; }; |