]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Bind-mount /proc as a workaround for unshare
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Aug 2024 15:28:42 +0000 (15:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Aug 2024 07:37:35 +0000 (07:37 +0000)
commit1c1838509c0180c331cd267a8e728497939f60ee
tree717f52c0c874607ace940075f389f56150c5cf42
parent3d971965256c3bd9d6c233675b6b20fc5e51f810
make.sh: Bind-mount /proc as a workaround for unshare

unshare seems to want to change the mount propagation for /proc
before it has been mounted. In order to workaround that problem,
we bind-mount /proc to itself before.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh