From de77fcd892e37948abb021d96f3897371b0f9011 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 22 Oct 2001 14:45:45 +0000 Subject: oops forgot to umount after "updatemodules"... --- mdk-stage1/modules.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1') 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); } -- cgit v1.2.1