From 36e686d94cbe5f6985725b296920535cdecf24a9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 20 Mar 2019 13:17:59 +0100 Subject: [PATCH] core129: use full path to rebuild-initrd script this is not in the search path for pakfire scripts Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/129/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/129/update.sh b/config/rootfiles/core/129/update.sh index dfeeeaa1ee..8f3acb7738 100644 --- a/config/rootfiles/core/129/update.sh +++ b/config/rootfiles/core/129/update.sh @@ -61,7 +61,7 @@ ldconfig /etc/init.d/squid start # Rebuild initrd -rebuild-initrd +/usr/local/bin/rebuild-initrd # This update needs a reboot... touch /var/run/need_reboot -- 2.39.5