[arch-releng] [PATCH 2/9] [configs/releng] Copy default config files from /etc/skel to /root

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Thu Aug 2 21:08:29 EDT 2012


Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 configs/releng/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 2d792b5..1dbf4ba 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -141,6 +141,7 @@ make_isolinux() {
 make_customize_root_image() {
     if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
         cp -af ${script_path}/root-image ${work_dir}
+        cp -aT ${work_dir}/root-image/etc/skel/ ${work_dir}/root-image/root/
         chmod 750 ${work_dir}/root-image/etc/sudoers.d
         chmod 440 ${work_dir}/root-image/etc/sudoers.d/g_wheel
         mkdir -p ${work_dir}/root-image/etc/pacman.d
-- 
1.7.11.4



More information about the arch-releng mailing list