summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-23 16:35:41 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-06-23 16:35:41 +0200
commit607412fcb535ce78455a824c3ccae7b97325a845 (patch)
tree4bc97f7700e24ad03f1282212c81c2ef3d5aaa81 /perl-install
parenta10da3c595574b8d8b55a5472439c71d19f68ad9 (diff)
downloaddrakx-607412fcb535ce78455a824c3ccae7b97325a845.tar
drakx-607412fcb535ce78455a824c3ccae7b97325a845.tar.gz
drakx-607412fcb535ce78455a824c3ccae7b97325a845.tar.bz2
drakx-607412fcb535ce78455a824c3ccae7b97325a845.tar.xz
drakx-607412fcb535ce78455a824c3ccae7b97325a845.zip
fix documention
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/fs/any.pm2
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).