[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.2-11-g658de1f

Dave Reisner dreisner at archlinux.org
Sun Jan 29 15:40:10 EST 2012


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 "The official mkinitcpio repository".

The branch, master has been updated
       via  658de1f60d5e4cd1d7c4b70843234820402f4352 (commit)
       via  82f98ecd4291e8d398a135ac5133c6e363c951dd (commit)
       via  d08fdeaf1df8e8b5ea379d311e8703c4c630ecb1 (commit)
       via  772943680052f28fdbea9d79479e6003f7b48673 (commit)
       via  828c5f7c54c1205feb2c9928646dec24a790d734 (commit)
       via  15988f0f8b8232b010179dc834ca4dd851a14f00 (commit)
       via  fddc57e94476ea8a1b994422b6ff237a55d1eb4b (commit)
       via  c095f414f653fa7d11da3fd478218d73101015a7 (commit)
       via  02e846221ac41095b3c1bc01d24f46d004c7f106 (commit)
       via  6eb8ee400d6914e223e69a45684b46ef29ef7cb0 (commit)
       via  7c08cee96e703e927e6f4029d5ec617eeecadc5e (commit)
      from  c8684fd231b717ee866a9b86e073db1714c8fc04 (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 658de1f60d5e4cd1d7c4b70843234820402f4352
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Jan 28 22:41:34 2012 -0500

    init: use fastboot, not skip to avoid fsck
    
    Move this logic inside fsck_device as well, so that fastboot skips a
    possible fsck on the /usr partition as well.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 82f98ecd4291e8d398a135ac5133c6e363c951dd
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Jan 28 22:25:25 2012 -0500

    init_functions: avoid using fsck_ret to check 0
    
    our fsck_ret function would always return true when passed 0, which
    clearly isn't what we want. Use a simple string compare instead.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit d08fdeaf1df8e8b5ea379d311e8703c4c630ecb1
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Jan 25 21:09:19 2012 -0500

    function: avoid applying --try to all modules
    
    An error in logic here would cause the --try flag to be passed to all
    modules after the first, if a hook added modules ending with a '?'.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 772943680052f28fdbea9d79479e6003f7b48673
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Jan 21 21:32:31 2012 -0500

    autodetect: remove hack to exclude {ata,ide}-generic
    
    In particular, skipping ata-generic causes some macbooks to not boot.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 828c5f7c54c1205feb2c9928646dec24a790d734
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Jan 21 19:44:09 2012 -0500

    avoid absolute paths in add_binary calls
    
    This makes us more resilient against path changes -- add_binary is smart
    enough to resolve the path for us.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 15988f0f8b8232b010179dc834ca4dd851a14f00
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jan 15 16:42:10 2012 -0500

    mkinitcpio.conf: add note about separate /usr, fsck as default
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit fddc57e94476ea8a1b994422b6ff237a55d1eb4b
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jan 15 00:42:37 2012 -0500

    install/base: drop support for m-i-t
    
    Install kmod in /usr/bin and provide symlinks for all the applets to the
    kmod multi-call.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit c095f414f653fa7d11da3fd478218d73101015a7
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Jan 14 23:57:13 2012 -0500

    mkinitcpio: obsolete install as a buildhook function
    
    All official hooks have been using build() for quite some time now.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 02e846221ac41095b3c1bc01d24f46d004c7f106
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Jan 14 16:46:32 2012 -0500

    shutdown: make reboot the default action
    
    systemd passes 'kexec' on 'systemctl kexec' which isn't being caught.
    Catch the few possible verbs for a halt, and let everything else default
    to trying a kexec; falling back on a reboot.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 6eb8ee400d6914e223e69a45684b46ef29ef7cb0
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Fri Jan 13 21:44:30 2012 -0500

    man: replace refs to kernel26 with linux, et al
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 7c08cee96e703e927e6f4029d5ec617eeecadc5e
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Fri Jan 13 21:44:01 2012 -0500

    fsck: add helper for usr if different fs from root
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 PKGBUILD           |    2 +-
 functions          |    6 +++---
 init               |    2 +-
 init_functions     |   19 ++++++++++++-------
 install/autodetect |    2 +-
 install/base       |   15 ++++++++++-----
 install/fsck       |   11 ++++++++---
 install/keymap     |    2 +-
 install/udev       |    2 +-
 mkinitcpio         |    8 +-------
 mkinitcpio.8.txt   |   10 +++++-----
 mkinitcpio.conf    |    5 ++++-
 shutdown           |    7 ++-----
 13 files changed, 50 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list