From efeb1d3bda767bbea062da70105fcbda59cbc594 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 4 Jul 2025 12:14:29 +0200 Subject: [PATCH] core197: Ship util linux Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/rootfiles/core/197/filelists/aarch64/util-linux | 1 + config/rootfiles/core/197/filelists/riscv64/util-linux | 1 + config/rootfiles/core/197/filelists/x86_64/util-linux | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/197/filelists/aarch64/util-linux create mode 120000 config/rootfiles/core/197/filelists/riscv64/util-linux create mode 120000 config/rootfiles/core/197/filelists/x86_64/util-linux diff --git a/config/rootfiles/core/197/filelists/aarch64/util-linux b/config/rootfiles/core/197/filelists/aarch64/util-linux new file mode 120000 index 000000000..ac8a5a4d9 --- /dev/null +++ b/config/rootfiles/core/197/filelists/aarch64/util-linux @@ -0,0 +1 @@ +../../../common/aarch64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/197/filelists/riscv64/util-linux b/config/rootfiles/core/197/filelists/riscv64/util-linux new file mode 120000 index 000000000..02e095fb4 --- /dev/null +++ b/config/rootfiles/core/197/filelists/riscv64/util-linux @@ -0,0 +1 @@ +../../../common/riscv64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/197/filelists/x86_64/util-linux b/config/rootfiles/core/197/filelists/x86_64/util-linux new file mode 120000 index 000000000..3a070ee50 --- /dev/null +++ b/config/rootfiles/core/197/filelists/x86_64/util-linux @@ -0,0 +1 @@ +../../../common/x86_64/util-linux \ No newline at end of file -- 2.47.3