diff options
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r-- | mdk-stage1/modules.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index dac13ff7c..cb5e65642 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -443,4 +443,5 @@ void update_modules(void) } } fclose(f); + umount(floppy_mount_location); } |