[Git-commits] grml's version of live-initramfs branch, master, updated. v1.157.4-1grml.02-7-g7ea57d9
git repository hosting
gitosis at grml.org
Sat Feb 20 17:35:19 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 "grml's version of live-initramfs".
The branch, master has been updated
via 7ea57d9ed0016c91ee79d3c727292d022502d778 (commit)
via ed9aa3f241c8ccf01226f797756dd3f94a442442 (commit)
via d99d3c6a5f57b01849d241e479de0bd35649479d (commit)
via 00f2e12cd9487b5f874aa4285cc7295cf41cdccb (commit)
via 6bd90bb26b51832afa09b255052879952af2dd64 (commit)
via 55037594672437abda960c5716b2ede954a8adae (commit)
via ffefd3620f11fc3901f6867223113616f5652109 (commit)
from 9111e445beb29c016456620753ad68e68d2ee070 (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 7ea57d9ed0016c91ee79d3c727292d022502d778
Author: Michael Prokop <mika at grml.org>
Date: Sat Feb 20 17:17:45 2010 +0100
Update changelog for new release.
commit ed9aa3f241c8ccf01226f797756dd3f94a442442
Author: Michael Prokop <mika at grml.org>
Date: Sat Feb 20 17:09:02 2010 +0100
Synchronize with Debian version 1.173.3-1.
commit d99d3c6a5f57b01849d241e479de0bd35649479d
Author: Michael Prokop <mika at grml.org>
Date: Sat Feb 20 16:12:38 2010 +0100
Reword failure message in 05_boot_failure_message_grml.dpatch
commit 00f2e12cd9487b5f874aa4285cc7295cf41cdccb
Author: Michael Prokop <mika at grml.org>
Date: Sat Feb 20 16:06:50 2010 +0100
New patch: always display warnings and failures on console
commit 6bd90bb26b51832afa09b255052879952af2dd64
Author: Michael Prokop <mika at grml.org>
Date: Sat Feb 20 16:00:27 2010 +0100
Add 10validateroot to validate root device before accessing it.
commit 55037594672437abda960c5716b2ede954a8adae
Author: Michael Prokop <mika at grml.org>
Date: Sat Feb 20 12:43:02 2010 +0100
Drop 5 of my patches that have been integrated upstream.
01_add_rsync.dpatch
02_more_verbose_toram.dpatch
04_drop_usage_of_fstype.dpatch
06_support_fromiso_isofrom.dpatch
08_readonly_devices.dpatch
commit ffefd3620f11fc3901f6867223113616f5652109
Author: Michael Prokop <mika at grml.org>
Date: Sat Feb 20 12:44:46 2010 +0100
Merge upstream version 1.173.2-1.
-----------------------------------------------------------------------
Summary of changes:
bin/live-snapshot | 4 +-
debian/changelog | 19 +++
debian/patches/00list | 6 +-
debian/patches/01_add_rsync.dpatch | 19 ---
debian/patches/02_more_verbose_toram.dpatch | 48 ------
debian/patches/04_drop_usage_of_fstype.dpatch | 73 ---------
debian/patches/05_boot_failure_message_grml.dpatch | 22 ++-
debian/patches/06_support_fromiso_isofrom.dpatch | 56 -------
debian/patches/08_readonly_devices.dpatch | 71 ---------
.../13_always_display_warnings_and_failures.dpatch | 27 ++++
docs/ChangeLog.casper | 153 +++++++++++++++++++
grml/05mountpoints | 2 +-
grml/10validateroot | 27 ++++
hooks/live | 11 ++
manpages/live-initramfs.en.7.txt | 2 +-
scripts/init-premount/select_eth_device | 77 ++++++++++
scripts/live | 158 +++++++++++++++-----
scripts/live-bottom/10adduser | 5 +
scripts/live-bottom/12fstab | 7 +-
scripts/live-bottom/19keyboard | 58 +++++---
scripts/live-bottom/20xconfig | 7 +-
scripts/live-bottom/{41apt_cdrom => 22sslcert} | 11 +-
scripts/live-bottom/30accessibility | 35 +++--
scripts/live-bottom/34disable_kde_services | 41 +++++
scripts/live-bottom/43disable_updateinitramfs | 24 +++-
scripts/live-bottom/99hook | 9 +-
scripts/live-helpers | 64 ++++----
scripts/live-premount/readonly | 35 +++++
28 files changed, 668 insertions(+), 403 deletions(-)
delete mode 100755 debian/patches/01_add_rsync.dpatch
delete mode 100755 debian/patches/02_more_verbose_toram.dpatch
delete mode 100755 debian/patches/04_drop_usage_of_fstype.dpatch
delete mode 100755 debian/patches/06_support_fromiso_isofrom.dpatch
delete mode 100755 debian/patches/08_readonly_devices.dpatch
create mode 100755 debian/patches/13_always_display_warnings_and_failures.dpatch
create mode 100755 grml/10validateroot
create mode 100755 scripts/init-premount/select_eth_device
copy scripts/live-bottom/{41apt_cdrom => 22sslcert} (59%)
create mode 100755 scripts/live-bottom/34disable_kde_services
create mode 100755 scripts/live-premount/readonly
hooks/post-receive
--
grml's version of live-initramfs
More information about the Git-commits
mailing list