---
loader/nfsinstall.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/loader/nfsinstall.c b/loader/nfsinstall.c
index d313133..3706311 100644
--- a/loader/nfsinstall.c
+++ b/loader/nfsinstall.c
@@ -190,7 +190,7 @@ static unsigned int isNfsIso(struct loaderData_s *loaderData) {
parseNfsHostPathOpts(loaderData->instRepo,&host,&path,&opts);
checked_asprintf(&url, "%s:%s", host, path);
- if (doPwMount(url, "/mnt/isodir", "auto", opts, NULL)) {
+ if (doPwMount(url, "/mnt/isodir", "nfs", opts, NULL)) {
logMessage(ERROR, "couldn't mount %s to look for NFSISO", url);
goto cleanup1;
}