From: Arne Fitzenreiter Date: Tue, 23 Jul 2024 15:27:42 +0000 (+0200) Subject: util-linux: ship /usr/bin/unshare X-Git-Tag: v2.29-core187~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55f2a39cea3bd03095c7c35c65d407c52acacabe;p=ipfire-2.x.git util-linux: ship /usr/bin/unshare the updated biuldscripts need unshare to build IPFire on IPFire systems. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/common/aarch64/util-linux b/config/rootfiles/common/aarch64/util-linux index 70ab975341..d991bbda3a 100644 --- a/config/rootfiles/common/aarch64/util-linux +++ b/config/rootfiles/common/aarch64/util-linux @@ -105,7 +105,7 @@ usr/bin/setsid usr/bin/uclampset #usr/bin/ul #usr/bin/uname26 -#usr/bin/unshare +usr/bin/unshare usr/bin/uuidgen usr/bin/uuidparse #usr/bin/waitpid diff --git a/config/rootfiles/common/riscv64/util-linux b/config/rootfiles/common/riscv64/util-linux index 81dbad021b..acb1ae8e46 100644 --- a/config/rootfiles/common/riscv64/util-linux +++ b/config/rootfiles/common/riscv64/util-linux @@ -105,7 +105,7 @@ usr/bin/setsid usr/bin/uclampset #usr/bin/ul #usr/bin/uname26 -#usr/bin/unshare +usr/bin/unshare usr/bin/uuidgen usr/bin/uuidparse usr/bin/waitpid diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/common/x86_64/util-linux index 8b6884ad55..92f391d17b 100644 --- a/config/rootfiles/common/x86_64/util-linux +++ b/config/rootfiles/common/x86_64/util-linux @@ -106,7 +106,7 @@ usr/bin/setsid usr/bin/uclampset #usr/bin/ul #usr/bin/uname26 -#usr/bin/unshare +usr/bin/unshare usr/bin/uuidgen usr/bin/uuidparse #usr/bin/waitpid