diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-10 08:03:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-10 08:03:02 +0000 |
commit | 01583d526c8398b466bd66e331785768dccc5b60 (patch) | |
tree | cdfebedd2ecaed1be5f0fe47782371c8a8dd93c3 /tools | |
parent | ee1a64bdbd11691d9ab112557f61bd9de0e3f97a (diff) | |
download | drakx-01583d526c8398b466bd66e331785768dccc5b60.tar drakx-01583d526c8398b466bd66e331785768dccc5b60.tar.gz drakx-01583d526c8398b466bd66e331785768dccc5b60.tar.bz2 drakx-01583d526c8398b466bd66e331785768dccc5b60.tar.xz drakx-01583d526c8398b466bd66e331785768dccc5b60.zip |
umount mount point instead of umounting the loopback file
(works better when /etc/mtab is /proc/mounts)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_mdkinst_stage2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2 index babb3d567..be25bb089 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -77,7 +77,7 @@ $SUDO rm -rf $STAGE2TMP df $MNTPOINT df -i $MNTPOINT -$SUDO umount $STAGE2 +$SUDO umount $MNTPOINT rmdir $MNTPOINT echo bzipping $STAGE2 |