]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Remove the fragile cleanup code
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Jul 2024 17:06:07 +0000 (17:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:16 +0000 (15:21 +0000)
commitd630cfec5bdb982e8bd6c984e8a480568b7aba3c
treef4d0a653752256d5d6086c57c88f745934967e3c
parent6dcd1931703d72b0df5ad3fdd9821f61f08e922f
make.sh: Remove the fragile cleanup code

Since we now mount everything in a new namespace, there is no need to
clean up ourselves. This will be done when the last process leaves the
namespace.

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