summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index ededc1821..76afb301c 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -213,7 +213,7 @@ sub doPartitionDisksAfter {
grep { $_->{mntpoint} && maybeFormatted($_) } @{$o->{fstab}};
}
- cat_("/proc/mounts") =~ m|(\S+)\s+/tmp/image nfs| &&
+ cat_("/proc/mounts") =~ m|(\S+)\s+/tmp/nfsimage| &&
!any { $_->{mntpoint} eq "/mnt/nfs" } @{$o->{all_hds}{nfss}} and
push @{$o->{all_hds}{nfss}}, { type => 'nfs', mntpoint => "/mnt/nfs", device => $1, options => "noauto,ro,nosuid,soft,rsize=8192,wsize=8192" };
}