diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-31 19:52:09 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-31 19:52:09 -0300 |
commit | d2394aa2b95289ab5f1d18c27db3fbc15f7f3cf8 (patch) | |
tree | c3f632df48b6bc9af348f9ecd45ad8b87eb8b234 /configs/releng/build.sh | |
parent | e93e40d417c9e8afb5e6aa00c6221f64b334cacd (diff) | |
download | archiso32-d2394aa2b95289ab5f1d18c27db3fbc15f7f3cf8.tar.xz |
[configs/releng] Copy default config files from /etc/skel to /root
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/build.sh')
-rwxr-xr-x | configs/releng/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |