diff options
Diffstat (limited to 'perl-install/fs/any.pm')
-rw-r--r-- | perl-install/fs/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/any.pm b/perl-install/fs/any.pm index ac7255475..9d2dd2fb5 100644 --- a/perl-install/fs/any.pm +++ b/perl-install/fs/any.pm @@ -143,7 +143,7 @@ sub getAvailableSpace_raw { die "missing root partition"; } -=head3 is_boot_bios_part_needed($fstab) +=head3 is_boot_bios_part_needed($all_hds, $fstab) Returns whether a Boot BIOS Partition is needed (aka the device holding /boot is GPT partitionned but doesn't already have one). |