From cd7a2e965a162c96348e429604676232e813b929 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 19 Mar 2001 22:06:36 +0000 Subject: fix loopback appearing twice in format partition --- 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 950fb9ed4..5cde8036c 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 { - loopback::loopbacks(@_), map { partition_table::get_normal_parts($_) } @_ + map { partition_table::get_normal_parts($_) } @_ } #- get normal partition that should be visible for working on. -- cgit v1.2.1