[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.0-29-g03deaed

Dave Reisner dreisner at archlinux.org
Thu Jan 5 19:12:23 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  03deaed9f3f5b0c0537eb65e8f1862f53bc21fec (commit)
       via  bd4f7d6ee8f8527625b9f240a7e5b68b2d1f87bb (commit)
       via  52c3f56db94f8d56c584abc9b09f450551298399 (commit)
       via  09af3c9bf3e549edc650c41393ed6bdbb56a8248 (commit)
       via  3602a8e80cc1866f2d4215a95d5627163654b2dc (commit)
       via  f8d1749dd9a63befc9fd46198c76a63a2f4b349e (commit)
       via  d3de95de5060ad276fb474b679373fb19c224cc4 (commit)
       via  5b7eb9389e6c13132ba2ab8cd845e82f746979f1 (commit)
      from  53e88f96c6db71bf70942842c77e5202283b9d81 (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 03deaed9f3f5b0c0537eb65e8f1862f53bc21fec
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Nov 15 09:25:20 2011 -0500

    shutdown: add new hook
    
    This adds functionality to pivot to back to the initramfs on shutdown,
    thereby allowing the system to unmount the real root device. This will
    be necessary for anyone with /usr as a separate partition.

commit bd4f7d6ee8f8527625b9f240a7e5b68b2d1f87bb
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Jan 4 14:05:31 2012 -0500

    mkinitcpio: include modules.{builtin,order} for depmod call
    
    When present, modules.order will allow depmod to order the binary module
    indicies for faster lookups and more deterministic behavior in resolving
    aliases. We can discard this file from the buildroot after depmod is
    called.
    
    modules.builtin.bin is added as well (generated from modules.builtin),
    to allow modprobe to not fail when a symbol is provided as a builtin.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 52c3f56db94f8d56c584abc9b09f450551298399
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Jan 4 13:04:38 2012 -0500

    function: suppress errors from modprobe
    
    kmod is a bit noisier about unresolvable aliases, but we don't really
    care for the purposes of creating the module whitelist.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 09af3c9bf3e549edc650c41393ed6bdbb56a8248
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jan 1 14:53:20 2012 -0500

    autodetect: check for rootfs module existance
    
    Avoiding adding a filesystem module to the whitelist when it doesn't
    actually exist as a module (in case its compiled in staticly).
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 3602a8e80cc1866f2d4215a95d5627163654b2dc
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Dec 31 16:45:09 2011 -0500

    mkinitcpio: remove hardcoded paths
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit f8d1749dd9a63befc9fd46198c76a63a2f4b349e
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Dec 25 13:49:21 2011 -0500

    mkinitcpio: avoid color when stdout isn't a tty
    
    Follow suit with lsinitcpio (change 0495018d) and make output colorless
    on redirecting/piping stdout.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit d3de95de5060ad276fb474b679373fb19c224cc4
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Dec 26 13:57:30 2011 -0500

    lsinitcpio: remove duplicate in_array function
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 5b7eb9389e6c13132ba2ab8cd845e82f746979f1
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Dec 25 21:11:37 2011 -0500

    functions: display proper name on file not found
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 Makefile           |    2 +-
 functions          |    4 ++--
 hooks/shutdown     |    7 +++++++
 install/autodetect |   11 ++++++++---
 install/shutdown   |   17 +++++++++++++++++
 lsinitcpio         |    9 ---------
 mkinitcpio         |   11 ++++++++---
 shutdown           |   29 +++++++++++++++++++++++++++++
 8 files changed, 72 insertions(+), 18 deletions(-)
 create mode 100644 hooks/shutdown
 create mode 100644 install/shutdown
 create mode 100755 shutdown


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list