From 2c25d85a93494f753131f221094b1869f5ae3a6b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Apr 2001 14:55:12 +0000 Subject: (get_fstab): restore loopback::loopbacks because hds contains only true hard drives (not pseudo one like raid, loopback and lvm) --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 0cad90d51..4d525a749 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -123,7 +123,7 @@ sub readProcPartitions { #- get all normal partition including special ones as found on sparc. sub get_fstab { - map { partition_table::get_normal_parts($_) } @_ + loopback::loopbacks(@_), map { partition_table::get_normal_parts($_) } @_ } #- get normal partition that should be visible for working on. -- cgit v1.2.1