[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.2-18-g914d5b3
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 914d5b391105a40945a6f88911cf95a701e1c68c (commit) via 7e86a4dcfea86d87a29862a02b68ae37d7d1fb1e (commit) via 09ae1b320ebde6d5f1ffc0efb2d9e1d59e8355cf (commit) from d11ba0046d74b61f14c79c0793e53a99e51395cb (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 914d5b391105a40945a6f88911cf95a701e1c68c Author: Tom Gundersen <teg@jklm.no> Date: Thu Feb 16 11:40:32 2012 -0500 mkinitcpio: unzip modules before image compression This increases compression efficiency, which might be useful on an image containing a lot of modules. For the usecase I had in mind, this reduced the size by about a quarter. Signed-off-by: Tom Gundersen <teg@jklm.no> Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 7e86a4dcfea86d87a29862a02b68ae37d7d1fb1e Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Feb 13 21:02:44 2012 -0500 mkinitcpio: install all modules to a single dir depmod doesn't care where modules are, within reason, and separating modules into the respective hierarchies only serves to irritate users who go looking for modules in the rootfs (aka me). Forget all this and dump everything into the kernel/ dir. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 09ae1b320ebde6d5f1ffc0efb2d9e1d59e8355cf Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Feb 13 10:39:33 2012 -0500 mkinitcpio: catch more buildtime errors Move the unsetting of the errtrace and ERR trap flags to after the image has been built. This lets us capture errors during module installation to the build root and the call to depmod. Either of these steps failing could be hazardous and should prompt a failure. Signed-off-by: Dave Reisner <dreisner@archlinux.org> ----------------------------------------------------------------------- Summary of changes: mkinitcpio | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
dreisner@archlinux.org