[Git-commits] main bootup process of a grml system branch, master, updated. v0.8.24-11-gd5966b6
git repository hosting
gitosis at grml.org
Mon Aug 17 03:38:00 CEST 2009
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 "main bootup process of a grml system".
The branch, master has been updated
via d5966b68d5ebbf968208415ed96ba4cf5b2234ea (commit)
via 044d67ae243554c35bf3832f51bbac4570b04e77 (commit)
from dd31080f647066e88d42cd2a7981631e0cf632ba (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 d5966b68d5ebbf968208415ed96ba4cf5b2234ea
Author: Michael Prokop <mika at grml.org>
Date: Mon Aug 17 03:36:28 2009 +0200
Update changelog for release
commit 044d67ae243554c35bf3832f51bbac4570b04e77
Author: Michael Prokop <mika at grml.org>
Date: Mon Aug 17 03:21:01 2009 +0200
Rework: merge in grml-saveconfig scripts + docs package, replace package grml-saveconfig
-----------------------------------------------------------------------
Summary of changes:
bin/mkpersistenthome | 173 +++++++++++++
bin/restore-config | 175 +++++++++++++
bin/save-config | 248 +++++++++++++++++++
debian/changelog | 7 +-
debian/control | 13 +-
debian/rules | 31 ++-
doc/Makefile | 5 +-
doc/grml-autoconfig.1.txt | 503 ++++++++++++++++++++++++++++++++++++++
doc/grml-autoconfig.8.txt | 90 +++++++
doc/grml-autoconfig.txt | 577 --------------------------------------------
doc/grml-bootsplash.1.txt | 44 ++++
doc/mkpersistenthome.1.txt | 68 ++++++
doc/restore-config.1.txt | 72 ++++++
doc/save-config.1.txt | 101 ++++++++
man/grml-autoconfig.8 | 75 ------
man/grml-bootsplash.1 | 27 --
16 files changed, 1511 insertions(+), 698 deletions(-)
create mode 100755 bin/mkpersistenthome
create mode 100755 bin/restore-config
create mode 100755 bin/save-config
create mode 100644 doc/grml-autoconfig.1.txt
create mode 100644 doc/grml-autoconfig.8.txt
delete mode 100644 doc/grml-autoconfig.txt
create mode 100644 doc/grml-bootsplash.1.txt
create mode 100644 doc/mkpersistenthome.1.txt
create mode 100644 doc/restore-config.1.txt
create mode 100644 doc/save-config.1.txt
delete mode 100644 man/grml-autoconfig.8
delete mode 100644 man/grml-bootsplash.1
hooks/post-receive
--
main bootup process of a grml system
More information about the Git-commits
mailing list