diff options
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 099036f65..cb4d6f188 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -372,7 +372,7 @@ sub setupBootloader__mbr_or_not { } sub setupBootloader__general { - my ($in, $b, $all_hds, $fstab, $_security) = @_; + my ($in, $b, $all_hds, $_fstab, $_security) = @_; return if detect_devices::is_xbox(); my @method_choices = bootloader::method_choices($all_hds); |