summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-22 14:45:45 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-22 14:45:45 +0000
commitde77fcd892e37948abb021d96f3897371b0f9011 (patch)
treeb856d8dc5a783c0b4228b5a9f4556a7c80ad8c30
parent8e27a9e4f212f4143253edf493285e438a920c8b (diff)
downloaddrakx-backup-do-not-use-de77fcd892e37948abb021d96f3897371b0f9011.tar
drakx-backup-do-not-use-de77fcd892e37948abb021d96f3897371b0f9011.tar.gz
drakx-backup-do-not-use-de77fcd892e37948abb021d96f3897371b0f9011.tar.bz2
drakx-backup-do-not-use-de77fcd892e37948abb021d96f3897371b0f9011.tar.xz
drakx-backup-do-not-use-de77fcd892e37948abb021d96f3897371b0f9011.zip
oops forgot to umount after "updatemodules"...
-rw-r--r--mdk-stage1/modules.c1
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);
}