[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.7.4-5-g6968982
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 6968982f9e73c50b7317f7aa711a360057a8a98f (commit) via ea3ba8b3e470736ed6970652bc0c7f516a8dafff (commit) via 71e960e95f880e02cb735faa14d28565b6312f7c (commit) via 5d635b6d9553cf266d3e15e450feff5337fbc28a (commit) via 55d702907948ad7619d2eceebab875baaefe966c (commit) from 8517bd9384f51d0f3da6a77764c335abdb524bbf (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 6968982f9e73c50b7317f7aa711a360057a8a98f Author: Dave Reisner <dreisner@archlinux.org> Date: Sat Oct 15 20:23:16 2011 -0400 install/pcmcia: fix syntax error (missing &&) Fixes FS#26427. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit ea3ba8b3e470736ed6970652bc0c7f516a8dafff Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Oct 10 16:33:11 2011 -0400 mkinitcpio: ensure get_kernver always returns a kver - Always call this function. At worst, just return the current kver. - Do all our error reporting from within the function. - Add an additional check for existance prior to allow for a more appropriate error message when we encounter a situation such as /boot not being mounted. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 71e960e95f880e02cb735faa14d28565b6312f7c Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Oct 10 16:18:15 2011 -0400 mkinitcpio: avoid stomping on TMPDIR from the environment cc36db45 was a bit too strict about localizing variables and blew out TMPDIR, which might be a legit variable sourced from the calling environment. Restore this behavior with a bit of refactoring, and additionally add in a check to make sure the temporary directory is writeable before proceeding. Fixes FS#26373. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 5d635b6d9553cf266d3e15e450feff5337fbc28a Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Oct 10 08:16:51 2011 -0400 move manpage to section 8 This is an admin command, not a config file. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 55d702907948ad7619d2eceebab875baaefe966c Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Oct 16 15:30:44 2011 -0400 init: refer to busybox by full path on --install This is required for busybox 1.19. Signed-off-by: Dave Reisner <dreisner@archlinux.org> ----------------------------------------------------------------------- Summary of changes: Makefile | 14 ++++---- init | 2 +- install/autodetect | 2 +- install/pcmcia | 2 +- mkinitcpio | 52 +++++++++++++++++++-------------- mkinitcpio.5.txt => mkinitcpio.8.txt | 3 +- 6 files changed, 42 insertions(+), 33 deletions(-) rename mkinitcpio.5.txt => mkinitcpio.8.txt (97%) hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
dreisner@archlinux.org