From 16f86947bf85478e045613a9118d5bacfb9e7917 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 22 Aug 2001 12:43:27 +0000 Subject: mount all but ramdisk Read Only --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 6cf24f626..6eb28e5e5 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -648,7 +648,7 @@ enum return_type nfs_prepare(void) strcat(nfsmount_location, ":"); strcat(nfsmount_location, answers[1]); - if (my_mount(nfsmount_location, IMAGE_LOCATION, "nfs") == -1) { + if (my_mount(nfsmount_location, IMAGE_LOCATION, "nfs", 0) == -1) { stg1_error_message("I can't mount the directory from the NFS server."); results = RETURN_BACK; continue; -- cgit v1.2.1