[Git-commits] grml-live: branch, master, updated. v0.16.1-105-g5a00bf3
git repository hosting
gitosis at grml.org
Sun Nov 27 04:10:40 CET 2011
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 "grml-live - build system for creating a Grml (based) live system".
The branch, master has been updated
via 5a00bf358eac8ba6c00666f3fa6670d9c3f58b9b (commit)
from 090c35d7097cf9921038d8c83f77adabe83a676b (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 5a00bf358eac8ba6c00666f3fa6670d9c3f58b9b
Author: Michael Prokop <mika at grml.org>
Date: Sun Nov 27 03:25:05 2011 +0100
resolv.conf handling: resolve symlink inside chroot + drop resolvconf from 96-apt-listbugs
When resolving the symlink on a system using
/lib/init/rw/resolvconf/ for resolvconf files but the chroot uses
/run/resolvconf then the readlink call from outside the chroot
fails.
| # readlink -f /var/lib/jenkins/workspace/grml64_sid/grml_chroot/etc/resolv.conf
| /lib/init/rw/resolvconf/resolv.conf
| # chroot /var/lib/jenkins/workspace/grml64_sid/grml_chroot/ readlink -f /etc/resolv.conf
| /run/resolvconf/resolv.conf
Also drop the resolvconf code from 96-apt-listbugs.
It's too error prone (meeeeeh) so people are supposed to either
have something like dnsmasq running on the host or have a proper
/etc/resolv.conf prepared.
-----------------------------------------------------------------------
Summary of changes:
etc/grml/fai/config/hooks/instsoft.GRMLBASE | 2 +-
.../fai/config/scripts/GRMLBASE/96-apt-listbugs | 28 --------------------
2 files changed, 1 insertions(+), 29 deletions(-)
hooks/post-receive
--
build system for creating a Grml (based) live system
More information about the Git-commits
mailing list