mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 17:10:21 +01:00
nm-in-container: fix mount command in "_nm-in-container-setup.sh"
On Fedora 39, mount now requires the dummy device argument. It was wrong to omit it, altough it worked previously. Fix the mount command line.
This commit is contained in:
parent
539d6f436a
commit
c04c955407
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ if [ ! -d /tmp/sys2 ]; then
|
|||
# Let's do this setup step once, and never clean it up.
|
||||
# https://github.com/containers/podman/issues/11887#issuecomment-938706628
|
||||
mkdir /tmp/sys2
|
||||
mount -t sysfs --make-private /tmp/sys2
|
||||
mount -t sysfs --make-private sysfs /tmp/sys2
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue