diff options
Diffstat (limited to 'perl-install/install/commands.pm')
-rw-r--r-- | perl-install/install/commands.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/commands.pm b/perl-install/install/commands.pm index 9df55cbb7..79f49b980 100644 --- a/perl-install/install/commands.pm +++ b/perl-install/install/commands.pm @@ -402,6 +402,7 @@ sub bug { require install::any; my @devs = install::any::removable_media__early_in_install(); + @devs or die "You need to plug a removable medium (USB key, floppy, ...)\n"; $part = $in->ask_from_listf('', "Which device?", \&partition_table::description, \@devs) or return; |