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 archiso scripts repo". The branch, master has been updated via a24ea84be0b82ee173b63c92e869ab847abdda5f (commit) from ee8e7f3eb957e7e3b6f76f5ddf2353dcaae9d299 (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 a24ea84be0b82ee173b63c92e869ab847abdda5f Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Date: Fri Oct 26 11:34:50 2012 -0300 [configs/releng] Rework make_customize_root_image() Using a separate shell script to customize live-enviroment, makes much more readable code. Move all thing except: * Need network access (name resolving). * Need access to some file outside chroot. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> ----------------------------------------------------------------------- Summary of changes: configs/releng/build.sh | 32 ++++------------------ .../releng/root-image/root/customize_root_image.sh | 25 +++++++++++++++++ 2 files changed, 31 insertions(+), 26 deletions(-) create mode 100755 configs/releng/root-image/root/customize_root_image.sh hooks/post-receive -- The official archiso scripts repo