mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 04:00:17 +01:00
contrib: don't use "Z" specifier for mounting base directory in "nm-in-container.sh"
It seems unnecessary, and can cause failure.
This commit is contained in:
parent
56e1f0d290
commit
0ca6aaab32
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ do_run() {
|
|||
podman run --privileged \
|
||||
--name "$CONTAINER_NAME_NAME" \
|
||||
-d \
|
||||
-v "$BASEDIR_NM:$BASEDIR_NM:Z" \
|
||||
-v "$BASEDIR_NM:$BASEDIR_NM" \
|
||||
"${BIND_NM_CI[@]}" \
|
||||
"${BIND_FILES[@]}" \
|
||||
"$CONTAINER_NAME_REPOSITORY:$CONTAINER_NAME_TAG"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue