projects
/
rrq
/
overlay-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8cfc3c
)
Bug fix for bind mounted $LIVE variant ($UPPER=$LOWER)
author
Ralph Ronnquist
<rrq@rrq.au>
Mon, 4 Sep 2023 02:21:49 +0000
(12:21 +1000)
committer
Ralph Ronnquist
<rrq@rrq.au>
Mon, 4 Sep 2023 02:21:49 +0000
(12:21 +1000)
functions
patch
|
blob
|
history
diff --git
a/functions
b/functions
index 959d762bdd78ea0a9e31ac0ee2ddf8a2c671c918..fa1d527012262a85a85c8b718cf28fe71a9be71a 100644
(file)
--- a/
functions
+++ b/
functions
@@
-163,7
+163,7
@@
setup_overlay() {
elif [ "$LIVE" != "$UPPER" ] ; then
# With UPPER = LOWER we rather make a bind mount to LIVE
env CONFIG="$CONFIG" $PREMOUNT "$UPPER"
- mount --bind $UPPER $L
OWER
+ mount --bind $UPPER $L
IVE
fi
grep ^SHARE= "$CONFIG" | while read A ; do