From 55f2a39cea3bd03095c7c35c65d407c52acacabe Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 23 Jul 2024 17:27:42 +0200 Subject: [PATCH] util-linux: ship /usr/bin/unshare the updated biuldscripts need unshare to build IPFire on IPFire systems. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/common/aarch64/util-linux | 2 +- config/rootfiles/common/riscv64/util-linux | 2 +- config/rootfiles/common/x86_64/util-linux | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5