[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.5-11-gfc7097a

Dave Reisner dreisner at archlinux.org
Sun Apr 1 18:40:33 EDT 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  fc7097a016472a084bd8428c027e60d5dfd3aa40 (commit)
       via  5a7040d717646d31833880dae2e61daec4ad2e6c (commit)
       via  20509ade3d025fe76bcdc036dfd49aa44f63d470 (commit)
       via  954f8c363dbfe2472c9eeafa3aa1ff5d9f2af8ca (commit)
       via  4511c1a56381d72947e311171e8acf0daf2bd2e6 (commit)
       via  5a309568167623677c6310e7de99c62c273d3de7 (commit)
       via  cdb5a31f09b3ca88ed1ece7663c69e2e2d630bf8 (commit)
       via  cb4eea0e483402892ad6ba00a95a3ceae810b5cc (commit)
      from  d397043814a47f0762175a9999a01f3ec0088152 (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 fc7097a016472a084bd8428c027e60d5dfd3aa40
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Fri Mar 30 00:33:37 2012 -0400

    shutdown: detach all loop devices before umounting
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 5a7040d717646d31833880dae2e61daec4ad2e6c
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Thu Mar 29 14:53:38 2012 -0400

    shutdown: refine umount_all logic
    
    remove the mountpoint filtering from the awk processing and drop the -l
    flag from umount. Not clear why either of these were present -- they're
    both wrong.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 20509ade3d025fe76bcdc036dfd49aa44f63d470
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Fri Mar 30 00:20:36 2012 -0400

    autodetect: simplify mdadm autodetection
    
    Everything we need to know about the devices is already in sysfs
    attributes for the md devices. Read any found nodes for raid levels and
    sort them into our whitelist. This removes the need for root in order to
    "scan" arrays.
    
    More code churn on top of d11ba00.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 954f8c363dbfe2472c9eeafa3aa1ff5d9f2af8ca
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Thu Mar 29 14:50:59 2012 -0400

    mkinitcpio: hardcode a sane PATH
    
    Avoid pulling insane apps from user added PATH elements.
    
    FS#29162
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 4511c1a56381d72947e311171e8acf0daf2bd2e6
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Mar 25 16:21:14 2012 -0400

    add minor tweaks to make testing a bit easier
    
    Since INSTDIR and HOOKDIR are understood as arrays now, declare them as
    such with the local 'hooks' and 'install' first to override the local
    FS. This makes the missing udev error go away and allows easier testing
    of other out of tree hooks.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 5a309568167623677c6310e7de99c62c273d3de7
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Mar 28 09:44:54 2012 -0400

    shutdown: improve handling of dm devices
    
    - use the 'remove' action for cryptsetup rather than luksClose
    - handle dm devices with dmsetup, not lvm
    - disable dmraid devices by name, instead of all at once
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit cdb5a31f09b3ca88ed1ece7663c69e2e2d630bf8
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Apr 1 18:29:23 2012 -0400

    init_functions: fix missing * in fsck message
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit cb4eea0e483402892ad6ba00a95a3ceae810b5cc
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Apr 1 18:28:00 2012 -0400

    init: fix location of udevd
    
    We've gotta stop moving this around...
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 Makefile           |    1 +
 init               |    4 ++--
 init_functions     |    2 +-
 install/autodetect |   28 +++++-----------------------
 mkinitcpio         |   10 +++++-----
 shutdown           |   24 +++++++++++++++++-------
 6 files changed, 31 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list