Revert "make.sh: Fix build with kernels < 6.0.0"

This reverts commit 8ea702f3f8.

This commit seems to introduce many more regressions when building
packages which I cannot easily reproduce.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-20 08:39:24 +00:00
parent 9287c6c9c7
commit 0a110703ca
2 changed files with 4 additions and 86 deletions

View File

@@ -22,11 +22,6 @@
# This is a helper script that is called after we have created the new
# namespaces to perform further setup. This will be executed on the host.
# Mount /proc if it has not been mounted, yet
if ! mountpoint /proc; then
mount -t procfs none /proc -o nosuid,noexec,nodev
fi
# Bring up the loopback interface
ip link set lo up &>/dev/null