diff options
Diffstat (limited to 'rescue/Flash/scripts/reset_rootpass')
-rwxr-xr-x | rescue/Flash/scripts/reset_rootpass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/Flash/scripts/reset_rootpass b/rescue/Flash/scripts/reset_rootpass index c0a505f21..63b4e8b3a 100755 --- a/rescue/Flash/scripts/reset_rootpass +++ b/rescue/Flash/scripts/reset_rootpass @@ -62,8 +62,8 @@ function cleanup() { chroot $tmpdir/union /usr/bin/unicode_stop umount $tmpdir/union > /dev/null 2>&1 - umount $tmpdir/user > /dev/null 2>&1 - umount $tmpdir/squash > /dev/null 2>&1 + lumount $tmpdir/user > /dev/null 2>&1 + lumount $tmpdir/squash > /dev/null 2>&1 umount $rootdir > /dev/null 2>&1 rmdir $tmpdir/union $tmpdir/user $tmpdir/squash 2> /dev/null |