diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 01:41:43 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 01:41:43 -0500 |
commit | 0507eb010c12484970320731dca577c48a736ae1 (patch) | |
tree | f6487bc0c5b9c7d92723d9b0c86947a3b5899a50 | |
parent | 6630efaa9466ff84f87c31473faef77b8d4473ea (diff) | |
download | squashfu-0507eb010c12484970320731dca577c48a736ae1.tar.gz |
Comment more in do_backup about mount strat
-rwxr-xr-x | squashfu | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ do_backup () { ################################ # - does seed exist? (if not, our backup is creating the seed) # - Prepare union mount with proper bins + # - Mount entirely ro first, then open single branch as rw [[ -f "$SEED" ]] || { debug "No seed found -- creating a new one..."; create_new_seed; |