diff options
Diffstat (limited to 'perl-install/fs/get.pm')
-rw-r--r-- | perl-install/fs/get.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/get.pm b/perl-install/fs/get.pm index cbdf093dd..a46a30b09 100644 --- a/perl-install/fs/get.pm +++ b/perl-install/fs/get.pm @@ -51,7 +51,7 @@ sub hds { (@{$all_hds->{hds}}, @{$all_hds->{lvms}}); } -#- get all normal partition including special ones as found on sparc. +#- get all normal partition. sub hds_fstab { map { partition_table::get_normal_parts($_) } @_; } |