[Git-commits] build system for creating a grml (based) live-cd branch, master, updated. v0.9.17-14-gc911a28

git repository hosting gitosis at grml.org
Sat Jun 13 12:03:11 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  c911a28493828d9510472a39328b23739d3c6a0e (commit)
       via  07fe8f21ee5a3a8f9ff6de022cf1f60d5c097d30 (commit)
       via  60ec5d4020f731e6dcce39c80c653b1cb48a133f (commit)
       via  13709006bdcef20cdb32241a26e338759f78803f (commit)
       via  0b3a678cb1bed476ece53502433fcc7b033eb62a (commit)
       via  80288830b44101816c191820b5a7cce6e61fa3c6 (commit)
       via  2099cea1d5499c33aa65d7144c0e89ce66a78651 (commit)
       via  9eb39cc2b2580bb03253ac4bca1f9d028731be96 (commit)
       via  aefb34fc861b4225134d7c0a6cbc512fd9d9bf6c (commit)
       via  82345f34a6fd3441ce4c65483c056e078370d6f9 (commit)
      from  b2cb1bf7e4e16ba888337ab73aeb3add6512af17 (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 c911a28493828d9510472a39328b23739d3c6a0e
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 13 11:29:21 2009 +0200

    Add bc to Depends

commit 07fe8f21ee5a3a8f9ff6de022cf1f60d5c097d30
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 13 11:03:06 2009 +0200

    Update comment in remaster/grml-live-remaster

commit 60ec5d4020f731e6dcce39c80c653b1cb48a133f
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 13 11:00:52 2009 +0200

    Update debian/changelog

commit 13709006bdcef20cdb32241a26e338759f78803f
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Thu Jun 4 17:56:39 2009 +0200

    Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
    
    Formerly, we hard-coded jumping to either grub1 (grub-legacy) or
    grub2 in the menu option #6, and offered the macros “grub1” and
    “grub2” in boot.cfg (the text mode boot prompt / ldbsd.com command
    line), with an alias from “grml” to “grub2” (normally).
    
    Now we use the grml-live framework to patching the ldbsd.com con-
    figuration files at image creation time to allow for either grub2,
    grub1 with stage2, or grub1 with stage2_eltorito to be found.
    
    Note that grub2 will be taken as default iff it exists, because
    it supports manifold-boot™ images, which grub-legacy doesn’t.
    
    Signed-off-by: Thorsten Glaser <tg at mirbsd.org>

commit 0b3a678cb1bed476ece53502433fcc7b033eb62a
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Sun Jun 7 18:09:03 2009 +0000

    Change partition type to 0x83, as this is custom on Linux.
    
    Signed-off-by: Thorsten Glaser <tg at mirbsd.org>

commit 80288830b44101816c191820b5a7cce6e61fa3c6
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Sun Jun 7 18:06:06 2009 +0000

    spelling fixes
    
    Signed-off-by: Thorsten Glaser <tg at mirbsd.org>

commit 2099cea1d5499c33aa65d7144c0e89ce66a78651
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Sun Jun 7 18:01:10 2009 +0000

    fix the partition table (end cylinder off-by-one)
    
    Signed-off-by: Thorsten Glaser <tg at mirbsd.org>

commit 9eb39cc2b2580bb03253ac4bca1f9d028731be96
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Sun Jun 7 16:26:53 2009 +0000

    Change bootgrub.mksh invocation to use the new features.
    
    Signed-off-by: Thorsten Glaser <tg at mirbsd.org>

commit aefb34fc861b4225134d7c0a6cbc512fd9d9bf6c
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Sun Jun 7 16:23:56 2009 +0000

    Update bootgrub.mksh from MirBSD
    
    New features:
    • -A (auto boot-time geometry detection for CHS boot)
    • partition table generation
    
    Signed-off-by: Thorsten Glaser <tg at mirbsd.org>

commit 82345f34a6fd3441ce4c65483c056e078370d6f9
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Sun Jun 7 16:15:44 2009 +0000

    Pad official ISOs to multiples of 256 KiB.
    
    Add “-no-pad” to all mkisofs calls (the mkisofs padding for CD-ROM
    readahead support is 32K or 48K usually), and apply padding ourselves
    for partition table support. We will use cylinders of 256 KiB (split
    in 16 tracks à 32 sectors à 512 bytes) for these. This means that the
    padding we add is 512 bytes at least, and a whole 256 KiB at most.
    
    CD-ROM readahead padding is done by the “-pad” option of cdrecord,
    which is enabled by default and adds another 300 KiB, but only on
    the CD itself.
    
    Signed-off-by: Thorsten Glaser <tg at mirbsd.org>

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                        |    7 ++-
 debian/control                          |    2 +-
 grml-live                               |   48 ++++++++++++-
 remaster/grml-live-remaster             |   24 ++++++-
 scripts/bootgrub.mksh                   |  112 ++++++++++++++++++++++++++-----
 templates/boot/addons/bsd4grml/boot.6   |   10 +--
 templates/boot/addons/bsd4grml/boot.cfg |    5 +-
 7 files changed, 172 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
build system for creating a grml (based) live-cd


More information about the Git-commits mailing list