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, core44 has been updated via c02c8de996cc92660fb4292ab5069fe4dedecd06 (commit) from 05abd7ba2501dad59e367c2e1b7423ce2ecff1ff (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 c02c8de996cc92660fb4292ab5069fe4dedecd06 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Aug 11 18:50:00 2011 +0200
core44: remove also the xen modules.
if old modules are not removed the ct-server root run out of space.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/44/update.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/44/update.sh b/config/rootfiles/core/44/update.sh index 2141b3a..fadb327 100644 --- a/config/rootfiles/core/44/update.sh +++ b/config/rootfiles/core/44/update.sh @@ -68,7 +68,7 @@ rm -rf /boot/System.map-* rm -rf /boot/config-* rm -rf /boot/ipfirerd-* rm -rf /boot/vmlinuz-* -rm -rf /lib/modules/*-ipfire +rm -rf /lib/modules/* # Remove mkinitcpio rm -rf /etc/mkinitcpio.* rm -rf /lib/initcpio
hooks/post-receive -- IPFire 2.x development tree