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, next has been updated via be6cb8eab784474cfb0dcf737aac3ba2d3e59775 (commit) from eb915ddd55640ae2856458f86f9013fc8a95fe4c (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 be6cb8eab784474cfb0dcf737aac3ba2d3e59775 Author: Arne Fitzenreiter Arne_F@ipfire.org Date: Sun Jan 27 11:33:50 2013 +0100
core66: create device.map before grub install.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/66/update.sh | 1 + 1 file changed, 1 insertion(+)
Difference in files: diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index c76f3c7..ac4e3ac 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -287,6 +287,7 @@ case $(uname -m) in # # ReInstall grub # + echo "(hd0) ${ROOT::`expr length $ROOT`-1}" > /boot/grub/device.map grub-install --no-floppy ${ROOT::`expr length $ROOT`-1} ;; esac
hooks/post-receive -- IPFire 2.x development tree