[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.15.0-26-gfe786a6

Dave Reisner dreisner at archlinux.org
Wed Dec 11 13:57:17 EST 2013


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  fe786a6b8d6cb82d972fd47b0033d5f42e00acdd (commit)
       via  4d0d81aacf6ea5aaa3a7dd1d538203460b216963 (commit)
       via  0ccd0bcf04496867c74f68ddb2de403c7d09c0bf (commit)
       via  b8f596eee60bfec4efced5b2a448f1e4ca7ee189 (commit)
       via  e7b20bb79e72b311e7dce76d1b9f67eb8dcaa641 (commit)
       via  cf9be93525fb393b0db85a341dfca6fafdd9fab7 (commit)
       via  9e2c16294bd6281ecbf7ab96e9b14a10154c4f01 (commit)
       via  a1e50f04b89ff042baf91a403a6df0cbd1e3cec2 (commit)
      from  2fa0eb25d47c920c18e7d2498c647a801d836596 (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 fe786a6b8d6cb82d972fd47b0033d5f42e00acdd
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Thu Dec 5 20:31:42 2013 -0500

    prevent calling a preset from a preset
    
    This is surely a configuration error as it's an infinite loop.

commit 4d0d81aacf6ea5aaa3a7dd1d538203460b216963
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Dec 1 11:43:31 2013 -0500

    remove legacy search paths in /lib/initcpio

commit 0ccd0bcf04496867c74f68ddb2de403c7d09c0bf
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Dec 1 11:21:47 2013 -0500

    Load build and run hooks from /etc/initcpio
    
    This lets users shoot themselves in the foot more easily, as they can
    put their own modified hooks into /etc/initcpio/{hooks,install} to
    override those shipped by the distro in /usr/lib/initcpio.
    
    To make debugging easier, include the full path of the hook being used
    when mkinitcpio runs in verbose mode.
    
    Implements FS#37796.

commit b8f596eee60bfec4efced5b2a448f1e4ca7ee189
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Nov 27 15:24:27 2013 -0500

    sd-shutdown: don't fail after kernel updates
    
    When the module directory matching $(uname -r) cannot be found, generation
    of the shutdown ramfs aborted:
    
    systemd[1]: Starting Generate shutdown-ramfs...
    mkinitcpio[1944]: ==> ERROR: '/lib/modules/3.12.1-1-ARCH' is not a valid kernel module directory
    systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: main process exited, code=exited, status=1/FAILURE
    systemd[1]: Failed to start Generate shutdown-ramfs.
    systemd[1]: Unit mkinitcpio-generate-shutdown-ramfs.service entered failed state.
    
    Tell mkinitcpio that we do not wish to add any kernel modules.

commit e7b20bb79e72b311e7dce76d1b9f67eb8dcaa641
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Nov 27 15:23:23 2013 -0500

    merge optkver into KERNELVERSION
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit cf9be93525fb393b0db85a341dfca6fafdd9fab7
Author: Thomas Bächler <thomas at archlinux.org>
Date:   Wed Nov 27 19:30:04 2013 +0100

    mkinitcpio: Allow building an image without modules
    
    The '-k none' switch prevents mkinitcpio from adding modules to the
    image and keeps it from bailing out when it cannot find any.

commit 9e2c16294bd6281ecbf7ab96e9b14a10154c4f01
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Nov 16 12:46:59 2013 -0500

    init_functions: escape slashes in tag values
    
    This allows booting from devices which have labels like LABEL=/.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit a1e50f04b89ff042baf91a403a6df0cbd1e3cec2
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Nov 26 11:09:49 2013 -0500

    move a bunch of stuff to subdirs
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 Makefile                                            | 15 +++++++++------
 functions                                           | 12 ++++++++++--
 init_functions                                      | 13 +++++++++++--
 install/autodetect                                  |  2 ++
 man/mkinitcpio.8.txt                                |  7 ++++---
 mkinitcpio                                          | 21 ++++++++++++++-------
 bash-completion => shell/bash-completion            |  0
 zsh-completion => shell/zsh-completion              |  0
 .../mkinitcpio-generate-shutdown-ramfs.service      |  2 +-
 01-memdisk.rules => udev/01-memdisk.rules           |  0
 10 files changed, 51 insertions(+), 21 deletions(-)
 rename bash-completion => shell/bash-completion (100%)
 rename zsh-completion => shell/zsh-completion (100%)
 rename mkinitcpio-generate-shutdown-ramfs.service => systemd/mkinitcpio-generate-shutdown-ramfs.service (77%)
 rename 01-memdisk.rules => udev/01-memdisk.rules (100%)


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list