[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.2-15-gd11ba00

Dave Reisner dreisner at archlinux.org
Sun Feb 12 22:21:41 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  d11ba0046d74b61f14c79c0793e53a99e51395cb (commit)
       via  9a2d5f4450d71803aa5013f8f1cdb5d962fb2617 (commit)
       via  0c40ea638acce527e98a1345ef35bb6273f974e6 (commit)
      from  45297ad86bf289535c63433f52408672d7cc9828 (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 d11ba0046d74b61f14c79c0793e53a99e51395cb
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Feb 11 13:53:49 2012 -0500

    autodetect: refactor raid device detection
    
    FS#10061 still isn't dead, its just resting:
    
    https://bbs.archlinux.org/viewtopic.php?pid=1056003
    
    An strace from a helpful user shows that our mdadm call is trying to
    open a block device and the call never returns:
    
      open("/dev/sdb", O_RDONLY|O_DIRECT|O_LARGEFILE
    
    Fix this by only scanning explicitly the block devices we're interested
    in, found via sysfs. This is an all around win for everyone, especially
    users who have mdadm installed without any need for it.
    
    This changes some of our assumptions about the environment:
    
    - the mdadm binary exists when we find md devices in /sys
    - the user running mkinitcpio isn't any specific UID or part of any
      particular group, but merely has read access to the block devices
      we're about to scan.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 9a2d5f4450d71803aa5013f8f1cdb5d962fb2617
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Feb 8 08:42:51 2012 -0500

    udev: remove hooks
    
    These should belong to the udev package.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 0c40ea638acce527e98a1345ef35bb6273f974e6
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Feb 8 08:42:27 2012 -0500

    memdisk: use blkid builtin
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 01-memdisk.rules   |    2 +-
 hooks/udev         |    9 ---------
 install/autodetect |   28 ++++++++++++++++++++++------
 install/udev       |   26 --------------------------
 4 files changed, 23 insertions(+), 42 deletions(-)
 delete mode 100644 hooks/udev
 delete mode 100644 install/udev


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list