diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 15:15:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 15:15:45 +0000 |
commit | 4aa2ecefeca3b9b7580dc73106920b9c814efa6d (patch) | |
tree | cf3ed11e9d185c52ab26e9b3f44354f97f7bbcd3 /perl-install/install_steps_interactive.pm | |
parent | 156f8a0b71f9efd3269276d335c11b747cf8cf9a (diff) | |
download | drakx-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar drakx-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.gz drakx-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.bz2 drakx-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.xz drakx-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index a21f57d68..9beebdc99 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -740,7 +740,7 @@ sub addUser { sub createBootdisk { my ($o, $first_time) = @_; - return if $first_time && $::beginner; + return if $first_time && $::beginner || $o->{lnx4win}; my @l = detect_devices::floppies(); my %l = ( |