From: Arne Fitzenreiter Date: Sun, 22 Mar 2020 19:10:46 +0000 (+0000) Subject: core143: add glibc X-Git-Tag: v2.25-core143~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e412a00d30b1d4157565db0df239264f1c113e7;p=ipfire-2.x.git core143: add glibc Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/143/filelists/aarch64/glibc b/config/rootfiles/core/143/filelists/aarch64/glibc new file mode 120000 index 0000000000..d13849ff91 --- /dev/null +++ b/config/rootfiles/core/143/filelists/aarch64/glibc @@ -0,0 +1 @@ +../../../../common/aarch64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/143/filelists/armv5tel/glibc b/config/rootfiles/core/143/filelists/armv5tel/glibc new file mode 120000 index 0000000000..4c70d724b4 --- /dev/null +++ b/config/rootfiles/core/143/filelists/armv5tel/glibc @@ -0,0 +1 @@ +../../../../common/armv5tel/glibc \ No newline at end of file diff --git a/config/rootfiles/core/143/filelists/i586/glibc b/config/rootfiles/core/143/filelists/i586/glibc new file mode 120000 index 0000000000..943021f19a --- /dev/null +++ b/config/rootfiles/core/143/filelists/i586/glibc @@ -0,0 +1 @@ +../../../../common/i586/glibc \ No newline at end of file diff --git a/config/rootfiles/core/143/filelists/x86_64/glibc b/config/rootfiles/core/143/filelists/x86_64/glibc new file mode 120000 index 0000000000..1119099669 --- /dev/null +++ b/config/rootfiles/core/143/filelists/x86_64/glibc @@ -0,0 +1 @@ +../../../../common/x86_64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/143/update.sh b/config/rootfiles/core/143/update.sh index 1ac50f5144..092b9c399a 100644 --- a/config/rootfiles/core/143/update.sh +++ b/config/rootfiles/core/143/update.sh @@ -59,6 +59,9 @@ extract_files # update linker config ldconfig +# restart init after glibc replace +telinit u + # remove dropped packages for package in bluetooth; do if [ -e /opt/pakfire/db/installed/meta-$package ]; then