[Git-commits] grml-live: branch, master, updated. v0.16.1-103-gf4e1966
git repository hosting
gitosis at grml.org
Sun Nov 27 02:29:31 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 f4e1966f03cf049bf9f927540a774c38eb31a8bd (commit)
via d338d0cc0f1a78f85e40e2fdf91476b780fa13ff (commit)
from 7d3ca651729de1f6e236e98653b6a1312017e072 (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 f4e1966f03cf049bf9f927540a774c38eb31a8bd
Author: Michael Prokop <mika at grml.org>
Date: Sun Nov 27 02:29:12 2011 +0100
readd skiptask updatebase to updatebase.GRMLBASE
Otherwise we're running 'aptitude update' even on with -b option. :-/
commit d338d0cc0f1a78f85e40e2fdf91476b780fa13ff
Author: Michael Prokop <mika at grml.org>
Date: Sun Nov 27 02:24:37 2011 +0100
rework resolvconf handling
When building host with resolvconf and /run:
| # ls -la /etc/resolv.conf
| lrwxrwxrwx 1 root root 31 Sep 10 13:15 /etc/resolv.conf -> /etc/resolvconf/run/resolv.conf
| # readlink -f /etc/resolvconf/run/resolv.conf
| /run/resolvconf/resolv.conf
... then test -L and test -d will result both in the same
result for testing /etc/resolvconf/run. So instead let's
try to identify the type using readlink.
-----------------------------------------------------------------------
Summary of changes:
etc/grml/fai/config/hooks/instsoft.GRMLBASE | 47 ++++++++++---------
etc/grml/fai/config/hooks/updatebase.GRMLBASE | 3 +
.../fai/config/scripts/GRMLBASE/96-apt-listbugs | 47 ++++++++++---------
3 files changed, 53 insertions(+), 44 deletions(-)
hooks/post-receive
--
build system for creating a Grml (based) live system
More information about the Git-commits
mailing list