diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-22 14:45:45 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-22 14:45:45 +0000 |
commit | de77fcd892e37948abb021d96f3897371b0f9011 (patch) | |
tree | b856d8dc5a783c0b4228b5a9f4556a7c80ad8c30 /mdk-stage1 | |
parent | 8e27a9e4f212f4143253edf493285e438a920c8b (diff) | |
download | drakx-de77fcd892e37948abb021d96f3897371b0f9011.tar drakx-de77fcd892e37948abb021d96f3897371b0f9011.tar.gz drakx-de77fcd892e37948abb021d96f3897371b0f9011.tar.bz2 drakx-de77fcd892e37948abb021d96f3897371b0f9011.tar.xz drakx-de77fcd892e37948abb021d96f3897371b0f9011.zip |
oops forgot to umount after "updatemodules"...
Diffstat (limited to 'mdk-stage1')
-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); } |