From 448a98dc81ddea51dcd5147ce1e6b712f2678daa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 10 Feb 2024 11:51:54 +0000 Subject: [PATCH] core185: Ship glibc Signed-off-by: Michael Tremer --- config/rootfiles/core/185/filelists/aarch64/glibc | 1 + config/rootfiles/core/185/filelists/riscv64/glibc | 1 + config/rootfiles/core/185/filelists/x86_64/glibc | 1 + config/rootfiles/core/185/update.sh | 1 + 4 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/185/filelists/aarch64/glibc create mode 120000 config/rootfiles/core/185/filelists/riscv64/glibc create mode 120000 config/rootfiles/core/185/filelists/x86_64/glibc diff --git a/config/rootfiles/core/185/filelists/aarch64/glibc b/config/rootfiles/core/185/filelists/aarch64/glibc new file mode 120000 index 000000000..d13849ff9 --- /dev/null +++ b/config/rootfiles/core/185/filelists/aarch64/glibc @@ -0,0 +1 @@ +../../../../common/aarch64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/185/filelists/riscv64/glibc b/config/rootfiles/core/185/filelists/riscv64/glibc new file mode 120000 index 000000000..36b731f7d --- /dev/null +++ b/config/rootfiles/core/185/filelists/riscv64/glibc @@ -0,0 +1 @@ +../../../../common/riscv64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/185/filelists/x86_64/glibc b/config/rootfiles/core/185/filelists/x86_64/glibc new file mode 120000 index 000000000..111909966 --- /dev/null +++ b/config/rootfiles/core/185/filelists/x86_64/glibc @@ -0,0 +1 @@ +../../../../common/x86_64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/185/update.sh b/config/rootfiles/core/185/update.sh index 0813670f7..5bca47a30 100644 --- a/config/rootfiles/core/185/update.sh +++ b/config/rootfiles/core/185/update.sh @@ -51,6 +51,7 @@ ldconfig /usr/local/bin/sshctrl # Start services +telinit u # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5