[Git-commits] build system for creating a grml (based) live-cd branch, master, updated. v0.9.20-29-ge546fe3
git repository hosting
gitosis at grml.org
Mon Aug 17 01:07:57 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 "build system for creating a grml (based) live-cd".
The branch, master has been updated
via e546fe3af48fddf89fafd8108ada9d233ca060d0 (commit)
via 856c63b73f382b3d45f2f674e8752c9fefd4529e (commit)
via 7ec6a2b70c96148f93de39153584bd35c8db725e (commit)
via 25fbdfdedf2ab22044ced05f4747bb8a663ae717 (commit)
via 18de83fa6503c91a261c71ff05a7d407892d63ce (commit)
via f9b3683b3fc6373e72fefdf438c669691a4e2f74 (commit)
via e265e3093a98d723d40b36dde1aba26146aa301f (commit)
via ba2cfcc2601a2d6cc80e8c6766d5853079a98dc0 (commit)
via 472474cceb42145464cbfc59d751f6277e5253aa (commit)
from ed0ccf5e4c5d95f4973feb9ec75f7fc055d1968c (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 e546fe3af48fddf89fafd8108ada9d233ca060d0
Author: Michael Prokop <mika at grml.org>
Date: Mon Aug 17 01:07:39 2009 +0200
Add TODO file
commit 856c63b73f382b3d45f2f674e8752c9fefd4529e
Author: Michael Prokop <mika at grml.org>
Date: Mon Aug 17 00:45:19 2009 +0200
Fix usage of GRML_NAME in grml.cfg
commit 7ec6a2b70c96148f93de39153584bd35c8db725e
Author: Michael Prokop <mika at grml.org>
Date: Mon Aug 17 00:30:28 2009 +0200
Integrate memtest86+ binary
commit 25fbdfdedf2ab22044ced05f4747bb8a663ae717
Author: Michael Prokop <mika at grml.org>
Date: Mon Aug 17 00:23:28 2009 +0200
Check whether rebuild of ISO is needed even though the ISO exists already
commit 18de83fa6503c91a261c71ff05a7d407892d63ce
Author: Michael Prokop <mika at grml.org>
Date: Sun Aug 16 23:36:59 2009 +0200
Support installation of local files through $CHROOT_INSTALL
commit f9b3683b3fc6373e72fefdf438c669691a4e2f74
Author: Michael Prokop <mika at grml.org>
Date: Sun Aug 16 22:57:58 2009 +0200
Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES; update docs
commit e265e3093a98d723d40b36dde1aba26146aa301f
Author: Michael Prokop <mika at grml.org>
Date: Sun Aug 16 21:09:19 2009 +0200
New graphical boot menu; New configuration variable DISTRI_NAME; rework check for stage 'boot'
commit ba2cfcc2601a2d6cc80e8c6766d5853079a98dc0
Author: Michael Prokop <mika at grml.org>
Date: Sun Aug 16 14:50:41 2009 +0200
Unify variable checks; always run $SUITE checks; replace all tabs with spaces
commit 472474cceb42145464cbfc59d751f6277e5253aa
Author: Michael Prokop <mika at grml.org>
Date: Sun Aug 16 14:24:08 2009 +0200
Improve check for architecture
-----------------------------------------------------------------------
Summary of changes:
TODO | 41 +++++
debian/changelog | 20 +++-
debian/copyright | 8 +
docs/grml-live.txt | 78 +++++++---
etc/grml/grml-live.conf | 70 ++++++---
grml-live | 277 +++++++++++++++++++++++----------
templates/boot/addons/memtest | Bin 0 -> 128796 bytes
templates/boot/isolinux/addons.cfg | 62 ++++++++
templates/boot/isolinux/console.cfg | 13 ++
templates/boot/isolinux/distri.cfg | 1 +
templates/boot/isolinux/f1 | 23 +++
templates/boot/isolinux/f10 | 8 +-
templates/boot/isolinux/f2 | 20 ++--
templates/boot/isolinux/f3 | 4 +-
templates/boot/isolinux/f4 | 2 +-
templates/boot/isolinux/f5 | 2 +-
templates/boot/isolinux/f6 | 4 +-
templates/boot/isolinux/f7 | 2 +-
templates/boot/isolinux/f8 | 8 +-
templates/boot/isolinux/f9 | 6 +-
templates/boot/isolinux/grml.cfg | 187 +++++++++++++++++++++++
templates/boot/isolinux/grml.png | Bin 0 -> 216903 bytes
templates/boot/isolinux/isolinux.cfg | 215 +++++----------------------
templates/boot/isolinux/prompt.cfg | 28 ++++
templates/boot/isolinux/vesamenu.c32 | Bin 0 -> 147600 bytes
templates/boot/isolinux/vesamenu.cfg | 39 +++++
26 files changed, 785 insertions(+), 333 deletions(-)
create mode 100644 TODO
create mode 100644 templates/boot/addons/memtest
create mode 100644 templates/boot/isolinux/addons.cfg
create mode 100644 templates/boot/isolinux/console.cfg
create mode 100644 templates/boot/isolinux/distri.cfg
create mode 100644 templates/boot/isolinux/f1
create mode 100644 templates/boot/isolinux/grml.cfg
create mode 100644 templates/boot/isolinux/grml.png
create mode 100644 templates/boot/isolinux/prompt.cfg
create mode 100644 templates/boot/isolinux/vesamenu.c32
create mode 100644 templates/boot/isolinux/vesamenu.cfg
hooks/post-receive
--
build system for creating a grml (based) live-cd
More information about the Git-commits
mailing list