From afd0d4065f3980c138e310bb3b1cd263abedf7c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 Apr 2017 19:52:47 +0200 Subject: =?UTF-8?q?Adding=20missing=20bind-ro=20handling=20in=20container?= =?UTF-8?q?=20create=20command,=20thanks=20to=20Simon=20Sp=C3=B6hel=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Baumann --- lib/container/create | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/container') 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" \ -- cgit v1.2.3