Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
d2394aa2
Commit
d2394aa2
authored
Jul 31, 2012
by
Gerardo Exequiel Pozzi
Browse files
[configs/releng] Copy default config files from /etc/skel to /root
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
e93e40d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/releng/build.sh
View file @
d2394aa2
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment