From fd6dc213fbd9b7d0dad38dfea0a1d372b6012038 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 4 Oct 2023 13:00:39 +0000 Subject: [PATCH] core181: Ship glibc again This was updated in 180, but we want to make sure that even testing users get the latest updates. Signed-off-by: Michael Tremer --- config/rootfiles/core/181/filelists/aarch64/glibc | 1 + config/rootfiles/core/181/filelists/riscv64/glibc | 1 + config/rootfiles/core/181/filelists/x86_64/glibc | 1 + config/rootfiles/core/181/update.sh | 1 + 4 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/181/filelists/aarch64/glibc create mode 120000 config/rootfiles/core/181/filelists/riscv64/glibc create mode 120000 config/rootfiles/core/181/filelists/x86_64/glibc diff --git a/config/rootfiles/core/181/filelists/aarch64/glibc b/config/rootfiles/core/181/filelists/aarch64/glibc new file mode 120000 index 0000000000..d13849ff91 --- /dev/null +++ b/config/rootfiles/core/181/filelists/aarch64/glibc @@ -0,0 +1 @@ +../../../../common/aarch64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/181/filelists/riscv64/glibc b/config/rootfiles/core/181/filelists/riscv64/glibc new file mode 120000 index 0000000000..36b731f7dd --- /dev/null +++ b/config/rootfiles/core/181/filelists/riscv64/glibc @@ -0,0 +1 @@ +../../../../common/riscv64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/181/filelists/x86_64/glibc b/config/rootfiles/core/181/filelists/x86_64/glibc new file mode 120000 index 0000000000..1119099669 --- /dev/null +++ b/config/rootfiles/core/181/filelists/x86_64/glibc @@ -0,0 +1 @@ +../../../../common/x86_64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/181/update.sh b/config/rootfiles/core/181/update.sh index e6098a3c95..83866e3660 100644 --- a/config/rootfiles/core/181/update.sh +++ b/config/rootfiles/core/181/update.sh @@ -100,6 +100,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +telinit u # Rebuild initial ramdisks dracut --regenerate-all --force -- 2.39.5