[Git-commits] build system for creating a grml (based) live-cd branch, master, updated. v0.9.34-4-g4c955a6
git repository hosting
gitosis at grml.org
Sun Jan 31 17:37:57 CET 2010
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 4c955a6b6838346bb44af4557891129e2016f9d0 (commit)
via f1addad57255c2cbc70ab830295ae4c0c7b9de6a (commit)
via 574c42b5cbb9d1264b84bade255aed42547db8ec (commit)
from bbc4b9db068e7ed536161680c84fbed328ddb3af (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 4c955a6b6838346bb44af4557891129e2016f9d0
Author: Michael Prokop <mika at grml.org>
Date: Sun Jan 31 15:41:11 2010 +0100
scripts/GRMLBASE/38-udev: check for presence of config file.
commit f1addad57255c2cbc70ab830295ae4c0c7b9de6a
Author: Michael Prokop <mika at grml.org>
Date: Sun Jan 31 15:25:16 2010 +0100
SW: Move diffutils + iw from GRMLBASE to GRML_* classes.
This allows using $EXIT_ON_MISSING_PACKAGES with GRMLBASE
but without have to use any of the GRML_* classes if building
a Debian/lenny based system. As iw/diffutils are missing on
lenny this would conflict $EXIT_ON_MISSING_PACKAGES as soon
as you've to use GRMLBASE.
commit 574c42b5cbb9d1264b84bade255aed42547db8ec
Author: Michael Prokop <mika at grml.org>
Date: Sun Jan 31 14:51:23 2010 +0100
Rename /etc/grml/fai/files to /etc/grml/fai/config/files and move /etc/grml/fai/live-initramfs to /etc/grml/fai/config.
Moving files to FAI's config space allows us to use a much cleaner
interface and configuration through FAI's fcopy command.
-----------------------------------------------------------------------
Summary of changes:
docs/grml-live.txt | 8 +----
etc/grml/fai/apt/important_note.txt | 2 +-
etc/grml/fai/apt/sources.list | 2 +-
.../files/etc/apt/grml.key/GRMLBASE} | Bin 1346 -> 1346 bytes
.../files/etc/apt/preferences/GRMLBASE} | 0
.../etc/fstab => config/files/etc/fstab/GRMLBASE} | 0
.../etc/hosts => config/files/etc/hosts/GRMLBASE} | 0
.../files/etc/live.conf/GRMLBASE} | 0
.../files/etc/network/interfaces/GRMLBASE} | 0
.../sudoers => config/files/etc/sudoers/GRMLBASE} | 0
.../scripts/init-top/grml/GRMLBASE} | 0
etc/grml/fai/config/hooks/instsoft.GRMLBASE | 32 +++++++------------
etc/grml/fai/config/hooks/updatebase.GRMLBASE | 30 +++++-------------
etc/grml/fai/config/package_config/GRMLBASE | 2 -
etc/grml/fai/config/package_config/GRML_FULL | 2 +
etc/grml/fai/config/package_config/GRML_MEDIUM | 2 +
etc/grml/fai/config/package_config/GRML_SMALL | 2 +
.../fai/config/scripts/GRMLBASE/10-build-initramfs | 19 +----------
etc/grml/fai/config/scripts/GRMLBASE/20-sudo | 8 ++---
etc/grml/fai/config/scripts/GRMLBASE/30-fstab | 6 +--
etc/grml/fai/config/scripts/GRMLBASE/34-hosts | 4 +--
etc/grml/fai/config/scripts/GRMLBASE/35-network | 4 +--
etc/grml/fai/config/scripts/GRMLBASE/38-udev | 10 ++++--
grml-live | 4 +-
24 files changed, 48 insertions(+), 89 deletions(-)
rename etc/grml/fai/{files/etc/apt/grml.key => config/files/etc/apt/grml.key/GRMLBASE} (100%)
rename etc/grml/fai/{files/etc/apt/preferences => config/files/etc/apt/preferences/GRMLBASE} (100%)
rename etc/grml/fai/{files/etc/fstab => config/files/etc/fstab/GRMLBASE} (100%)
rename etc/grml/fai/{files/etc/hosts => config/files/etc/hosts/GRMLBASE} (100%)
rename etc/grml/fai/{live-initramfs/live.conf => config/files/etc/live.conf/GRMLBASE} (100%)
rename etc/grml/fai/{files/etc/network/interfaces => config/files/etc/network/interfaces/GRMLBASE} (100%)
rename etc/grml/fai/{files/etc/sudoers => config/files/etc/sudoers/GRMLBASE} (100%)
rename etc/grml/fai/{live-initramfs/grml-script.init-top => config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE} (100%)
hooks/post-receive
--
build system for creating a grml (based) live-cd
More information about the Git-commits
mailing list