]> 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>
Wed, 28 Aug 2024 15:28:42 +0000 (15:28 +0000)
commit5e8730eb9aec83a76b3ae7719925ede8470069a6
tree1c203179f12751a7e3d495e99ee546ec324a8310
parent36c9bf685e6be90ff81df19978df1fc34f9cde8f
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