[Git-commits] main bootup process of a grml system branch, master, updated. v0.8.23-11-g125c373

git repository hosting gitosis at grml.org
Wed Aug 5 15:52:48 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 "main bootup process of a grml system".

The branch, master has been updated
       via  125c37336b5ace85eceffb05e45ce858c12047cd (commit)
       via  b698c6e78f24965b6611f1528e0f8a79f4c147d9 (commit)
       via  fb47c847262014f0f1ba111013f027f3fa61d3d6 (commit)
       via  f3f2108ec4f2886c16b225614cc69b1da0364d76 (commit)
       via  18b3cf5af084021e4df5756b1c3c822d4b7e6b53 (commit)
       via  92f3c4199f70b190026261a118a1148b7cb1a201 (commit)
       via  bc6656c8a62d5b89aad347ebed4c81cc14e8cbdd (commit)
       via  b9e2bd50c1b33dd544d0c0ddacc58376bdc3c0f3 (commit)
       via  73ba2ea4706132edb816e3c1b15f5b83ffeee38d (commit)
       via  5256e630ff3e2080ae9c12f8c3b33b936fab2b7d (commit)
      from  8fea72f68e226f2ade00192c510c3d710b48510e (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 125c37336b5ace85eceffb05e45ce858c12047cd
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:45:05 2009 +0200

    Add placeholder functions for start/restart/reload/stop to grml-autoconfig.strace

commit b698c6e78f24965b6611f1528e0f8a79f4c147d9
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:43:36 2009 +0200

    Adjust copyright file

commit fb47c847262014f0f1ba111013f027f3fa61d3d6
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:41:55 2009 +0200

    Add LSB header to init script grml-autoconfig.strace

commit f3f2108ec4f2886c16b225614cc69b1da0364d76
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:40:34 2009 +0200

    Use invoke-rc.d for starting network

commit 18b3cf5af084021e4df5756b1c3c822d4b7e6b53
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:38:18 2009 +0200

    Adjust Build-Depends and Standard-Version

commit 92f3c4199f70b190026261a118a1148b7cb1a201
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:36:57 2009 +0200

    Switch wording from 'CD' to 'live mode' where possible; tab cleanups

commit bc6656c8a62d5b89aad347ebed4c81cc14e8cbdd
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:31:24 2009 +0200

    Drop config_cdrom_scripts(); some formating cleanups

commit b9e2bd50c1b33dd544d0c0ddacc58376bdc3c0f3
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:22:20 2009 +0200

    Update changelog regarding issue715 and for new release

commit 73ba2ea4706132edb816e3c1b15f5b83ffeee38d
Author: Marc Haber <mh+git-200808-scyw00225 at zugschlus.de>
Date:   Thu Jul 30 13:42:37 2009 +0200

    re-work of debs, config, scripts handling, according to issue #715
    
    - debs, config and scripts are always searched and read from the
        same place ($dcs-dir). Which place this is varies, depending on
        GRMLCFG, noautoconfig and myconfig.
      - debs are searched in $dcs-dir/debs. If debs=foo is given, foo is
        taken as a shell wildcard for the debs being installed, paths are
        allowed and relative to $dcs-dir.
      - config archives (config.tbz) are searched directly in $dcs-dir. If
        config=foo is given and foo is a file, that file is unpacked and its
        content taken as configuration archive. If config=foo is given and foo
        is a directory, the contents of the directory tree is copied over the
        live CD configuration. paths are allowed and relative to $dcs-dir
      - scripts are searched in $dcs-dir/scripts. If scripts=foo is given
        and foo is a file, that file is executed. If scripts=foo is given and
        foo is a directory, all files inside that directory are executed.
        Paths are allowed and relative to $dcs-dir.
      - If no GRMLCFG partition is found and noautoconfig is _not_ given
        on the command line, nothing is changed and the dcs files are
        searched within the .iso, $dcs-dir is set to the root directory
        within the .iso
      - If a GRMLCFG partition is found, $dcs-dir is set to the root of
        the GRMLCFG partition unless noautoconfig is set. If noautoconfig is
        set, $dcs-dir is set to the root directory within the .iso.
      - If myconfig=foo is set on the command line, $dcs-dir is set to
        foo, even if a GRMLCFG partition is present.

commit 5256e630ff3e2080ae9c12f8c3b33b936fab2b7d
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 5 15:14:37 2009 +0200

    New bootoption 'nostartx'

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

Summary of changes:
 autoconfig                        |    5 +-
 autoconfig.functions              |  233 +++++++++++++++++++------------------
 debian/changelog                  |   44 +++++++-
 debian/control                    |    4 +-
 debian/copyright                  |    4 +-
 etc/init.d/grml-autoconfig.strace |   28 +++++-
 grml-autoconfig                   |   10 +-
 7 files changed, 202 insertions(+), 126 deletions(-)


hooks/post-receive
-- 
main bootup process of a grml system


More information about the Git-commits mailing list