aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-09 01:41:43 -0500
committerDave Reisner <d@falconindy.com>2010-01-09 01:41:43 -0500
commit0507eb010c12484970320731dca577c48a736ae1 (patch)
treef6487bc0c5b9c7d92723d9b0c86947a3b5899a50
parent6630efaa9466ff84f87c31473faef77b8d4473ea (diff)
downloadsquashfu-0507eb010c12484970320731dca577c48a736ae1.tar.gz
Comment more in do_backup about mount strat
-rwxr-xr-xsquashfu1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index 7ba1601..ab7eed8 100755
--- a/squashfu
+++ b/squashfu
@@ -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;