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/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index df297ead8..b8c6914ce 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -226,7 +226,7 @@ static void expert_third_party_modules(void) my_insmod("floppy", ANY_DRIVER_TYPE, NULL); - if (my_mount("/dev/fd0", floppy_mount_location, "ext2") == -1) { + if (my_mount("/dev/fd0", floppy_mount_location, "ext2", 0) == -1) { stg1_error_message("I can't find a Linux ext2 floppy in first floppy drive."); return expert_third_party_modules(); } -- cgit v1.2.1