summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 8d2825993..dac13ff7c 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -390,7 +390,7 @@ void update_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) {
enum return_type results = ask_yes_no("I can't find a Linux ext2 floppy in first floppy drive.\n"
"Retry?");
if (results == RETURN_OK)