]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Don't create a new IPC namespace
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Jul 2024 17:16:08 +0000 (17:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jul 2024 15:39:43 +0000 (15:39 +0000)
If we do this, we no longer can interrupt the build process on the
console.

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

diff --git a/make.sh b/make.sh
index a7e5c26035a18bfc52b264e4f4768b8099699389..986862f321d325e7ffa6ef4c271c8b990872d7c9 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -509,9 +509,6 @@ enterchroot() {
                # Create a new cgroup namespace
                "--cgroup"
 
-               # Create a new IPC namespace
-               "--ipc"
-
                # Create a new mount namespace
                "--mount"