#477: Corregida errata en r5225 para montar directorio inexistente.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5226 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/master
ramon 2017-03-07 10:21:27 +00:00
parent ce6571e934
commit d233d3a4ac
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ ogUnionLiveDir()
U1STDIR="${OGLIVERAMFS}${TMPDIR}=RW"
U2NDDIR="${OGLIVEROOTFS}${TMPDIR}=RO"
UNIONDIR=${OGLIVEUNIONFS}${TMPDIR}
mkdir -p $UNIONDIR
mkdir -p $UNIONDIR $TMPDIR
$UBIN $FUSE_OPT $UNION_OPT ${U1STDIR}:${U2NDDIR} $UNIONDIR
mount --bind $UNIONDIR $TMPDIR
}