diff options
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 4c478355b..987ef21fb 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -560,7 +560,7 @@ sub g_default_packages { my $floppy = detect_devices::floppy(); - $o->ask_warn('', _("Insert a FAT formatted floppy in drive %s", $floppy)); + $o->ask_okcancel('', _("Insert a FAT formatted floppy in drive %s", $floppy), 1) or return; fs::mount(devices::make($floppy), "/floppy", "vfat", 0); |