diff options
| author | Dave Reisner <d@falconindy.com> | 2010-01-08 01:17:12 -0500 |
|---|---|---|
| committer | Dave Reisner <d@falconindy.com> | 2010-01-08 01:17:12 -0500 |
| commit | c2b91e2eff784c5e8fa9994bb6dab5280bd7c1e0 (patch) | |
| tree | 9eb8a936563258c4b96c2ba00d2d963d58dd4233 /squashfu | |
| parent | cd9eab2535a1bc7cea12d3c9827c5437d2b606be (diff) | |
| download | squashfu-c2b91e2eff784c5e8fa9994bb6dab5280bd7c1e0.tar.gz | |
Still need ability to mount only part of the union in mount_union_ro()
Diffstat (limited to 'squashfu')
| -rwxr-xr-x | squashfu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ mount_union_ro () { # build branch string branches="br=" - for i in `seq 7 -1 1`; do + for i in `seq $1 -1 1`; do branches="${branches}${BKUP_ROOT}/bins/${i}=ro:" done branches="${branches}${BKUP_ROOT}/ro=ro" |
