summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-08-22 12:43:27 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-08-22 12:43:27 +0000
commit16f86947bf85478e045613a9118d5bacfb9e7917 (patch)
tree257e55c20ae011ad3d7518e7b45034e15939fa96 /mdk-stage1/network.c
parent787759c0a3106ecf52b017861067ac6a669902f3 (diff)
downloaddrakx-backup-do-not-use-16f86947bf85478e045613a9118d5bacfb9e7917.tar
drakx-backup-do-not-use-16f86947bf85478e045613a9118d5bacfb9e7917.tar.gz
drakx-backup-do-not-use-16f86947bf85478e045613a9118d5bacfb9e7917.tar.bz2
drakx-backup-do-not-use-16f86947bf85478e045613a9118d5bacfb9e7917.tar.xz
drakx-backup-do-not-use-16f86947bf85478e045613a9118d5bacfb9e7917.zip
mount all but ramdisk Read Only
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 1 insertions, 1 deletions
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;