[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.10-15-g34b9a2b
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 34b9a2b1509c0288a9635b8b3bdb32ca03df8270 (commit) via 2b227f8ac09c2767e621db5919e9da5d99e09b31 (commit) via b8d9c5cd2753e924150f7d3b9081a5e1c2cafad2 (commit) via 41eb799039a7a7fd00471642c06318f53e633134 (commit) via 49cfeccb335583ca1dd9e519b9504ca52b9a74ca (commit) via 8eea59aae56cf5e153560e7e776070906c6af2bc (commit) via 2b5877dbfb24dedb23cd23ea8dbec1b1a98ad589 (commit) via c0b975a8e3efacd965ec5166af4d572253f51143 (commit) from 8291fd0f3965fa7ea2790d17d2e53c8b9c252863 (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 34b9a2b1509c0288a9635b8b3bdb32ca03df8270 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Sep 23 11:19:29 2012 -0400 force bsdcpio to run with LANG=C In case mkinitcpio is in run via chroot(1), this possibly silences a harmless warning about bsdcpio failing to set the default locale. This comes up fairly often with the recent install media and users think that it's something to be concerned about. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 2b227f8ac09c2767e621db5919e9da5d99e09b31 Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Sep 17 10:32:44 2012 -0400 silently ignore builtin modules Assuming modules.builtin exists, add the module names it contains to the ADDED_MODULES hash so that we silently skip over them. Suggested-by: Matthew Monaco <dgbaley27@0x01b.net> Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit b8d9c5cd2753e924150f7d3b9081a5e1c2cafad2 Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Sep 17 10:29:01 2012 -0400 declare ADDED_MODULES as associative array Lookups in the hash table are far faster than traversing the entire array, as this grows O(n) and introduces a particularly noticeable slowdown on larger images. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 41eb799039a7a7fd00471642c06318f53e633134 Author: Dave Reisner <dreisner@archlinux.org> Date: Wed Sep 12 00:27:36 2012 -0400 install/base: update help verbiage This hasn't provided actual directories in a while. Reword it to point out that it's only providing the critical scripts and binaries for booting. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 49cfeccb335583ca1dd9e519b9504ca52b9a74ca Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Sep 4 10:07:40 2012 -0400 functions: allow add_symlink to only take a single arg In the case of a single arg, use readlink(1) to resolve the target of the symlink. Document this, and additionally note the lack of guarantee about the target of the symlink. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 8eea59aae56cf5e153560e7e776070906c6af2bc Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Sep 3 12:47:07 2012 -0400 mkinitcpio.8: add missing doc for add_symlink Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 2b5877dbfb24dedb23cd23ea8dbec1b1a98ad589 Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Sep 3 10:59:23 2012 -0400 install fstab/mtab as part of base layout These are low level enough that they should be part of the base layout, similar to the filesystem package in userspace. Later hooks can easily override these, if they really want to. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit c0b975a8e3efacd965ec5166af4d572253f51143 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat Sep 1 16:11:54 2012 -0400 mkinitcpio: refuse to run if image path isn't writeable Signed-off-by: Dave Reisner <dreisner@archlinux.org> ----------------------------------------------------------------------- Summary of changes: functions | 33 ++++++++++++++++++++++++--------- install/base | 9 ++------- mkinitcpio | 20 +++++++++++++++++--- mkinitcpio.8.txt | 8 ++++++++ 4 files changed, 51 insertions(+), 19 deletions(-) hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
dreisner@archlinux.org