From 83338946dc2121d1f0d332d4e5f2f13b1bf078d5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 31 Jan 2024 17:09:16 +0000 Subject: [PATCH] core184: Ship glibc Signed-off-by: Michael Tremer --- config/rootfiles/core/183/filelists/aarch64/glibc | 1 + config/rootfiles/core/183/filelists/riscv64/glibc | 1 + config/rootfiles/core/183/filelists/x86_64/glibc | 1 + config/rootfiles/core/183/update.sh | 3 +++ 4 files changed, 6 insertions(+) create mode 120000 config/rootfiles/core/183/filelists/aarch64/glibc create mode 120000 config/rootfiles/core/183/filelists/riscv64/glibc create mode 120000 config/rootfiles/core/183/filelists/x86_64/glibc diff --git a/config/rootfiles/core/183/filelists/aarch64/glibc b/config/rootfiles/core/183/filelists/aarch64/glibc new file mode 120000 index 0000000000..d13849ff91 --- /dev/null +++ b/config/rootfiles/core/183/filelists/aarch64/glibc @@ -0,0 +1 @@ +../../../../common/aarch64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/183/filelists/riscv64/glibc b/config/rootfiles/core/183/filelists/riscv64/glibc new file mode 120000 index 0000000000..36b731f7dd --- /dev/null +++ b/config/rootfiles/core/183/filelists/riscv64/glibc @@ -0,0 +1 @@ +../../../../common/riscv64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/183/filelists/x86_64/glibc b/config/rootfiles/core/183/filelists/x86_64/glibc new file mode 120000 index 0000000000..1119099669 --- /dev/null +++ b/config/rootfiles/core/183/filelists/x86_64/glibc @@ -0,0 +1 @@ +../../../../common/x86_64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/183/update.sh b/config/rootfiles/core/183/update.sh index 77446311a0..1ace1cd79c 100644 --- a/config/rootfiles/core/183/update.sh +++ b/config/rootfiles/core/183/update.sh @@ -113,6 +113,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Relaunch init +telinit u + # Apply local configuration to sshd_config /usr/local/bin/sshctrl -- 2.39.5