From 2240d0831265484474fd16b4d11d198cbceb74de Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 31 Jan 2024 11:11:41 +0000 Subject: [PATCH] core184: Ship updated glibc Signed-off-by: Michael Tremer --- config/rootfiles/core/184/filelists/aarch64/glibc | 1 + config/rootfiles/core/184/filelists/riscv64/glibc | 1 + config/rootfiles/core/184/filelists/x86_64/glibc | 1 + config/rootfiles/core/184/update.sh | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/184/filelists/aarch64/glibc create mode 120000 config/rootfiles/core/184/filelists/riscv64/glibc create mode 120000 config/rootfiles/core/184/filelists/x86_64/glibc diff --git a/config/rootfiles/core/184/filelists/aarch64/glibc b/config/rootfiles/core/184/filelists/aarch64/glibc new file mode 120000 index 000000000..d13849ff9 --- /dev/null +++ b/config/rootfiles/core/184/filelists/aarch64/glibc @@ -0,0 +1 @@ +../../../../common/aarch64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/184/filelists/riscv64/glibc b/config/rootfiles/core/184/filelists/riscv64/glibc new file mode 120000 index 000000000..36b731f7d --- /dev/null +++ b/config/rootfiles/core/184/filelists/riscv64/glibc @@ -0,0 +1 @@ +../../../../common/riscv64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/184/filelists/x86_64/glibc b/config/rootfiles/core/184/filelists/x86_64/glibc new file mode 120000 index 000000000..111909966 --- /dev/null +++ b/config/rootfiles/core/184/filelists/x86_64/glibc @@ -0,0 +1 @@ +../../../../common/x86_64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/184/update.sh b/config/rootfiles/core/184/update.sh index 436984690..a5e53a564 100644 --- a/config/rootfiles/core/184/update.sh +++ b/config/rootfiles/core/184/update.sh @@ -52,10 +52,11 @@ ldconfig /usr/local/bin/sshctrl # Start services +telinit u /etc/init.d/vnstat start # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # Finish /etc/init.d/fireinfo start -- 2.39.5