]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core143: add glibc
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 22 Mar 2020 19:10:46 +0000 (19:10 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 22 Mar 2020 19:10:46 +0000 (19:10 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/143/filelists/aarch64/glibc [new symlink]
config/rootfiles/core/143/filelists/armv5tel/glibc [new symlink]
config/rootfiles/core/143/filelists/i586/glibc [new symlink]
config/rootfiles/core/143/filelists/x86_64/glibc [new symlink]
config/rootfiles/core/143/update.sh

diff --git a/config/rootfiles/core/143/filelists/aarch64/glibc b/config/rootfiles/core/143/filelists/aarch64/glibc
new file mode 120000 (symlink)
index 0000000..d13849f
--- /dev/null
@@ -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 (symlink)
index 0000000..4c70d72
--- /dev/null
@@ -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 (symlink)
index 0000000..943021f
--- /dev/null
@@ -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 (symlink)
index 0000000..1119099
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/x86_64/glibc
\ No newline at end of file
index 1ac50f5144f99785235de416fb6d46f8d55aa24d..092b9c399a5d722673a98ca7bfb252dfaf1af2fe 100644 (file)
@@ -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