diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-05 12:25:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-05 12:25:35 +0000 |
commit | a7c17125164aa7fd336fdab93e49032239f2b626 (patch) | |
tree | cac0a98e3ec85955a63c6a387c9863c27b1eaf4d /perl-install/install_steps_interactive.pm | |
parent | 2d7ce2007c8bcaf5b7e45e0a1dd67862a5637643 (diff) | |
download | drakx-backup-do-not-use-a7c17125164aa7fd336fdab93e49032239f2b626.tar drakx-backup-do-not-use-a7c17125164aa7fd336fdab93e49032239f2b626.tar.gz drakx-backup-do-not-use-a7c17125164aa7fd336fdab93e49032239f2b626.tar.bz2 drakx-backup-do-not-use-a7c17125164aa7fd336fdab93e49032239f2b626.tar.xz drakx-backup-do-not-use-a7c17125164aa7fd336fdab93e49032239f2b626.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 1ca82f26d..ce9fc0065 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -353,7 +353,7 @@ lilo on your system, or another operating system removes lilo, or lilo doesn't work with your hardware configuration. A custom bootdisk can also be used with the Mandrake rescue image, making it much easier to recover from severe system failures. Would you like to create a bootdisk for your system?"), !$o->{mkbootdisk}) or return; - + $o->{mkbootdisk} = $l[1] if !$o->{mkbootdisk} || $o->{mkbootdisk} eq "1"; } else { @l or die _("Sorry, no floppy drive available"); |