This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, core129 has been updated via 67173e2831d55bf548ce6639a58d86f526761842 (commit) from 4fc1a0045b48b1a459256d146030279c9905a13e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 67173e2831d55bf548ce6639a58d86f526761842 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 14 10:54:22 2019 +0100
core129: remove old dracut files and rebuilt the initrd
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/129/update.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/129/update.sh b/config/rootfiles/core/129/update.sh index 62a278ce5..dfeeeaa1e 100644 --- a/config/rootfiles/core/129/update.sh +++ b/config/rootfiles/core/129/update.sh @@ -40,7 +40,8 @@ done
# Remove files rm -vf \ - /usr/lib/firewall/ipsec-block + /usr/lib/firewall/ipsec-block \ + /sbin/dracut*
# Extract files extract_files @@ -59,8 +60,11 @@ ldconfig /usr/local/bin/openvpnctrl -sn2n /etc/init.d/squid start
+# Rebuild initrd +rebuild-initrd + # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start
hooks/post-receive -- IPFire 2.x development tree