[Git-commits] live-boot-grml: branch, master, updated. v3.0_a17-1+grml.01-1-gf387aa4

git repository hosting gitosis at grml.org
Mon Jun 13 02:50:23 CEST 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 "live-boot-grml - Grml's version of live-boot".

The branch, master has been updated
  discards  ceecf655bd99d56f80d1d66800ddcd542d30540c (commit)
  discards  608138dd45cce6be6981c7c25e5b9de813c796f4 (commit)
  discards  e41b3ccc7a7c72ea9664e32930df62de6606d6db (commit)
  discards  ad3c93bf0e293d315bd261f392be2d2ef3e455a8 (commit)
  discards  8d560d82adc91205e4b756e9b9feac9e9b352628 (commit)
  discards  42ceb9bbd1927e10fcb8929f2876d5a97cf2de62 (commit)
  discards  2ab9352245db9843f5881c4689c9ec4d5d5ff87f (commit)
  discards  4b3eea0652ec774322e349fe80f9c222d0f70933 (commit)
  discards  f2139b6346a3ac610d744413b5dd525f0fd0ba9e (commit)
  discards  4a3ea487f879e5cfb2a18bf9e3faab7d59600fdb (commit)
  discards  25692e4f6fc2bc71f0e8d5fb1449b2812d006c79 (commit)
  discards  190736fc6847053e9418f07757537135c3966165 (commit)

This update discarded existing revisions and left the branch pointing at
a previous point in the repository history.

 * -- * -- N (f387aa43206574c48a05c42447af4ced7f15705f)
            \
             O -- O -- O (ceecf655bd99d56f80d1d66800ddcd542d30540c)

The removed revisions are not necessarilly gone - if another reference
still refers to them they will stay in the repository.

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |    9 --
 bin/live-toram                                     |  120 ++++++++++++++++++
 debian/control                                     |    2 +-
 debian/patches/00list                              |   15 +++
 debian/patches/01_fix_output_file.patch            |   11 --
 ...hook.patch => 03_grml_version_file_hook.dpatch} |    8 +-
 ...l.patch => 05_boot_failure_message_grml.dpatch} |    4 +-
 ...ort_findiso.patch => 07_support_findiso.dpatch} |    8 +-
 ...grml_defaults.patch => 08_grml_defaults.dpatch} |    5 +-
 ...0_validateroot.patch => 10_validateroot.dpatch} |    2 +
 ...1_dhcphostname.patch => 11_dhcphostname.dpatch} |    5 +-
 ...2_uuid_support.patch => 12_uuid_support.dpatch} |   12 +-
 ...13_always_display_warnings_and_failures.dpatch} |    4 +-
 ..._on_lenny.patch => 14_no_blkid_on_lenny.dpatch} |    2 +-
 ...orking_grml.patch => 15_networking_grml.dpatch} |    1 +
 .../patches/{16_nodhcp.patch => 16_nodhcp.dpatch}  |    6 +-
 ..._toram_bootoption_to_expected_behaviour.dpatch} |    7 +-
 ....patch => 25_support_lvm_for_live-media.dpatch} |    2 +-
 ...tion.patch => 26_support_dns_bootoption.dpatch} |   14 ++-
 ...static_ip.patch => 27_support_static_ip.dpatch} |  108 +++++++++--------
 debian/patches/28_remove_localized_manpages.patch  |   31 -----
 debian/patches/29_support_dns_in_initramfs.patch   |   35 ------
 debian/patches/30_support_multiarch_dns.patch      |   34 -----
 debian/patches/series                              |   19 ---
 debian/rules                                       |    9 +-
 hooks/live                                         |   26 +++--
 manpages/old/live-snapshot.it.1.txt                |  128 ++++++++++++++++++++
 scripts/live                                       |    2 +-
 28 files changed, 395 insertions(+), 234 deletions(-)
 create mode 100755 bin/live-toram
 create mode 100644 debian/patches/00list
 delete mode 100644 debian/patches/01_fix_output_file.patch
 rename debian/patches/{03_grml_version_file_hook.patch => 03_grml_version_file_hook.dpatch} (76%)
 mode change 100644 => 100755
 rename debian/patches/{05_boot_failure_message_grml.patch => 05_boot_failure_message_grml.dpatch} (92%)
 mode change 100644 => 100755
 rename debian/patches/{07_support_findiso.patch => 07_support_findiso.dpatch} (92%)
 mode change 100644 => 100755
 rename debian/patches/{08_grml_defaults.patch => 08_grml_defaults.dpatch} (80%)
 mode change 100644 => 100755
 rename debian/patches/{10_validateroot.patch => 10_validateroot.dpatch} (86%)
 mode change 100644 => 100755
 rename debian/patches/{11_dhcphostname.patch => 11_dhcphostname.dpatch} (82%)
 mode change 100644 => 100755
 rename debian/patches/{12_uuid_support.patch => 12_uuid_support.dpatch} (92%)
 mode change 100644 => 100755
 rename debian/patches/{13_always_display_warnings_and_failures.patch => 13_always_display_warnings_and_failures.dpatch} (76%)
 mode change 100644 => 100755
 rename debian/patches/{14_no_blkid_on_lenny.patch => 14_no_blkid_on_lenny.dpatch} (96%)
 mode change 100644 => 100755
 rename debian/patches/{15_networking_grml.patch => 15_networking_grml.dpatch} (99%)
 mode change 100644 => 100755
 rename debian/patches/{16_nodhcp.patch => 16_nodhcp.dpatch} (73%)
 mode change 100644 => 100755
 rename debian/patches/{19_revert_toram_bootoption_to_expected_behaviour.patch => 19_revert_toram_bootoption_to_expected_behaviour.dpatch} (93%)
 mode change 100644 => 100755
 rename debian/patches/{25_support_lvm_for_live-media.patch => 25_support_lvm_for_live-media.dpatch} (95%)
 mode change 100644 => 100755
 rename debian/patches/{26_support_dns_bootoption.patch => 26_support_dns_bootoption.dpatch} (62%)
 mode change 100644 => 100755
 rename debian/patches/{27_support_static_ip.patch => 27_support_static_ip.dpatch} (72%)
 mode change 100644 => 100755
 delete mode 100644 debian/patches/28_remove_localized_manpages.patch
 delete mode 100644 debian/patches/29_support_dns_in_initramfs.patch
 delete mode 100644 debian/patches/30_support_multiarch_dns.patch
 delete mode 100644 debian/patches/series
 create mode 100644 manpages/old/live-snapshot.it.1.txt


hooks/post-receive
-- 
Grml's version of live-boot


More information about the Git-commits mailing list