diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-23 16:35:41 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-23 16:35:41 +0200 |
commit | 607412fcb535ce78455a824c3ccae7b97325a845 (patch) | |
tree | 4bc97f7700e24ad03f1282212c81c2ef3d5aaa81 /perl-install/fs | |
parent | a10da3c595574b8d8b55a5472439c71d19f68ad9 (diff) | |
download | drakx-607412fcb535ce78455a824c3ccae7b97325a845.tar drakx-607412fcb535ce78455a824c3ccae7b97325a845.tar.gz drakx-607412fcb535ce78455a824c3ccae7b97325a845.tar.bz2 drakx-607412fcb535ce78455a824c3ccae7b97325a845.tar.xz drakx-607412fcb535ce78455a824c3ccae7b97325a845.zip |
fix documention
Diffstat (limited to 'perl-install/fs')
-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). |