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 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 -- 2.39.5