diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 14:42:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 14:42:40 +0000 |
commit | ebf49a23977f1ec3131e21695f379ad98de816b7 (patch) | |
tree | 07cb812f422305a03808063c2a0520f1d76250bc /lib/container/create | |
parent | Releasing debian version 20170405-1. (diff) | |
download | open-infrastructure-compute-tools-ebf49a23977f1ec3131e21695f379ad98de816b7.tar.xz open-infrastructure-compute-tools-ebf49a23977f1ec3131e21695f379ad98de816b7.zip |
Merging upstream version 20170510.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/container/create')
-rwxr-xr-x | lib/container/create | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/container/create b/lib/container/create index b4fc5e9..1a6f4d5 100755 --- a/lib/container/create +++ b/lib/container/create @@ -209,6 +209,7 @@ sed -e "s|@CNT_AUTO@|${CNT_AUTO}|g" \ -e "s|@CNT_OVERLAY@|${CNT_OVERLAY}|g" \ -e "s|@NAME@|${NAME}|g" \ -e "s|@BIND@|${BIND}|g" \ + -e "s|@BIND_RO@|${BIND_RO}|g" \ -e "s|@BOOT@|yes|g" \ -e "s|@CAPABILITY@|${CAPABILITY}|g" \ -e "s|@DIRECTORY@|${MACHINES}/${NAME}|g" \ |