Skip to content

Commit

Permalink
Ensure we try to umount boot/efi in the wrappers.
Browse files Browse the repository at this point in the history
  • Loading branch information
g7 committed Jul 3, 2013
1 parent 94953ef commit 43b74a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linstaller_crash_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ fi

## FIXME: This should be handled by stock linstaller, but sometimes target
## remains mounted and we clearly do not want it
sudo umount /linstaller/target/{proc,dev,sys,} &> /dev/null
sudo umount /linstaller/target/{proc,dev,sys,boot/efi,} &> /dev/null

exit $res
2 changes: 1 addition & 1 deletion linstaller_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ fi

## FIXME: This should be handled by stock linstaller, but sometimes target
## remains mounted and we clearly do not want it
sudo umount /linstaller/target/{proc,dev,sys,} &> /dev/null
sudo umount /linstaller/target/{proc,dev,sys,boot/efi,} &> /dev/null

exit $res

0 comments on commit 43b74a4

Please sign in to comment.