From: Arne Fitzenreiter Date: Tue, 23 Jul 2024 15:27:42 +0000 (+0200) Subject: util-linux: ship /usr/bin/unshare X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55f2a39cea3bd03095c7c35c65d407c52acacabe;p=people%2Fmfischer%2Fipfire-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 70ab97534..d991bbda3 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 81dbad021..acb1ae8e4 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 8b6884ad5..92f391d17 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