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, thirteen has been updated via a57072e3f1060dbf09ae4a842f5500551a09ef7c (commit) from 2efd0cd68aa23e977a57b9cdb4177c3dc2d30edf (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 a57072e3f1060dbf09ae4a842f5500551a09ef7c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Dec 17 21:15:35 2012 +0100
updater: remove grub-install drivecheck.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/66/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index bb0aca9..19036b1 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -280,7 +280,7 @@ case $(uname -m) in # # ReInstall grub # - grub-install --no-floppy ${ROOT::`expr length $ROOT`-1} --recheck + grub-install --no-floppy ${ROOT::`expr length $ROOT`-1} ;; esac #
hooks/post-receive -- IPFire 2.x development tree