diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-02 22:18:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-02 22:18:19 +0000 |
commit | 1198912b180ca6052146f52302123d091adcf3c6 (patch) | |
tree | fa1a3e13e0a8b49d13f196807c6c52f075b4d8c3 /perl-install/install_steps_interactive.pm | |
parent | 6922b33f6d34f7937b2327035ed4da6c585a2cd7 (diff) | |
download | drakx-backup-do-not-use-1198912b180ca6052146f52302123d091adcf3c6.tar drakx-backup-do-not-use-1198912b180ca6052146f52302123d091adcf3c6.tar.gz drakx-backup-do-not-use-1198912b180ca6052146f52302123d091adcf3c6.tar.bz2 drakx-backup-do-not-use-1198912b180ca6052146f52302123d091adcf3c6.tar.xz drakx-backup-do-not-use-1198912b180ca6052146f52302123d091adcf3c6.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 73fbedd2e..72e19259c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -859,7 +859,7 @@ sub addUser { sub createBootdisk { my ($o, $first_time) = @_; - return if $first_time && $::beginner || $o->{lnx4win}; + return if $first_time && $::beginner; if (arch() =~ /sparc/) { #- as probing floppies is a bit more different on sparc, assume always /dev/fd0. @@ -931,7 +931,7 @@ _("Error installing aboot, try to force installation even if that destroys the first partition?")); }; } else { - $o->{lnx4win} or any::setupBootloader($o, $o->{bootloader}, $o->{hds}, $o->{fstab}, $o->{security}, $o->{prefix}, $more) or return; + any::setupBootloader($o, $o->{bootloader}, $o->{hds}, $o->{fstab}, $o->{security}, $o->{prefix}, $more) or return; eval { $o->SUPER::setupBootloader }; if ($@) { |