From 3600a1fd1e9398fad208e3e94c6def2a8e84314a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 26 Mar 2000 21:30:07 +0000 Subject: no_comment --- perl-install/fs.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index c1352146f..88734a3e4 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -349,7 +349,8 @@ sub write_fstab($;$$) { local $_->{mntpoint} = do { $passno = 0; - "/initrd/loopfs" } if loopback::carryRootLoopback($_); + "/initrd/loopfs"; + } if loopback::carryRootLoopback($_); add_options($options, "loop") if isLoopback($_) && !isSwap($_); #- no need for loop option for swap files -- cgit v1.2.1