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, master has been updated via 3e1bab93c1ab3eb6227001553640e0412c4d55eb (commit) from 8e7778a8fca173fede71bde64c06eb48690d8a1f (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 3e1bab93c1ab3eb6227001553640e0412c4d55eb Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jul 23 17:40:53 2010 +0200
Fix mtab creation for grub installation.
-----------------------------------------------------------------------
Summary of changes: src/install+setup/install/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index ccb5264..9cf1bd5 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -542,7 +542,7 @@ int main(int argc, char *argv[]) replace( "/harddisk/boot/grub/grub.conf", "root=ROOT", string); mysystem("ln -s grub.conf /harddisk/boot/grub/menu.lst");
- system("sed -e 's#harddisk\/##g' < /proc/mounts > /harddisk/etc/mtab"); + system("sed -e 's#/harddisk#/#g' -e 's#//#/#g' < /proc/mounts > /harddisk/etc/mtab");
snprintf(commandstring, STRING_SIZE, "/sbin/chroot /harddisk /usr/sbin/grub-install --no-floppy %s", hdparams.devnode_disk);
hooks/post-receive -- IPFire 2.x development tree