[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.4-10-g69a9387

Dave Reisner dreisner at archlinux.org
Sat Mar 24 17:14:15 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  69a93873e124fed7fa4d6aaf7f76090f81433954 (commit)
       via  2c7c8f295a0871f57bb9324d1bd9cd385a45d540 (commit)
       via  51382625f9d2928cbcc688b0d93926492b03ad2a (commit)
       via  757ae1fb693ccc556e4d8af1b858d476e53dede8 (commit)
       via  f97d0cc8b46709cc94154eb36bdd784a879e63b4 (commit)
       via  0b8dbba23813e45bee0e5d3ab12e79527d52db4b (commit)
      from  c1a07b155430357052e43c52edaaa89d002aaa7e (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 69a93873e124fed7fa4d6aaf7f76090f81433954
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Mar 24 10:55:08 2012 -0400

    Makefile: simplify 'make dist' target
    
    - Use git-ls-files and bsdtar to create the archive rather than using
      git-archive and an temporary directory.
    - Remove the tarball target. 'dist' is more common.
    - Remove the 'clean' dependency from dist. Our dependencies are
      sufficient higher up that touching the Makefile or the asciidoc input
      will trigger a doc rebuild on changes.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 2c7c8f295a0871f57bb9324d1bd9cd385a45d540
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Mar 21 10:21:26 2012 -0400

    init_functions: fix tag resolution w/o udev rules
    
    The combination of the udev+mdadm hooks plus a tag based root= would
    cause resolve_device to fail because it immediately looked for a udev
    symlink which would never be created. The proper fix is to get rid of
    the mdadm hook and to always use mdadm_udev (which should be merged into
    mdadm), but this might come back and bite us again.
    
    The new solution doesn't assume that udev rules exist and tries blkid
    first. If the device doesn't (yet) exist fall back on a udev symlink if
    udevd is running.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 51382625f9d2928cbcc688b0d93926492b03ad2a
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Mar 21 09:20:38 2012 -0400

    move bash completion to /usr/share/bash-completion
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 757ae1fb693ccc556e4d8af1b858d476e53dede8
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Mar 21 09:17:59 2012 -0400

    natively support locale.conf and vconsole.conf
    
    This is implemented for the keymap and consolefont hooks. It's done in
    such a way that vconsole.conf and locale.conf will override and
    supplement rc.conf.
    
    Implements FS#29022.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit f97d0cc8b46709cc94154eb36bdd784a879e63b4
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Mar 20 18:01:59 2012 -0400

    init_functions: support fsck.mode= cmdline parameter
    
    Possible options are 'skip' and 'force' which are synonyms for fastboot
    and forcefsck, respectively.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 0b8dbba23813e45bee0e5d3ab12e79527d52db4b
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Mar 24 14:56:30 2012 -0400

    init_functions: avoid special treatment for forcefsck
    
    I don't want to make a habit of treating cmdline opts as special if they
    don't need to be, and this is a case where some simple PE magic can be
    substituted.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 Makefile            |   19 ++++++++-----------
 init_functions      |   28 ++++++++++++++++------------
 install/consolefont |   14 ++++++++++----
 install/keymap      |   19 ++++++++++++++++---
 4 files changed, 50 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list