aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-12 11:04:22 -0500
committerDave Reisner <d@falconindy.com>2010-01-12 11:04:22 -0500
commit85e18a76d02432c556091ef2faafeadaeb9ba3db (patch)
treee8161ece8729a28da5c5e239ee481cc774537764
parent26af29e85cb3d78fe966fbeda24905976eafe225 (diff)
downloadsquashfu-85e18a76d02432c556091ef2faafeadaeb9ba3db.tar.gz
Add option to call unmount_all
-rwxr-xr-xsquashfu1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index ff6b5ea..9b6529f 100755
--- a/squashfu
+++ b/squashfu
@@ -307,6 +307,7 @@ action_report () {
case $1 in
"-B") action_backup ;;
"-R") shift, action_rollback ;;
+ "-U") unmount_all ;;
*) "Invalid action" ;;
esac