[configs/releng] Make user "arch" at build time.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
f2009c4c76
commit
1eb1ca6b54
@ -31,6 +31,7 @@ make_customize_root_image() {
|
||||
wget -O ${work_dir}/root-image/etc/pacman.d/mirrorlist http://www.archlinux.org/mirrorlist/all/
|
||||
sed -i "s/#Server/Server/g" ${work_dir}/root-image/etc/pacman.d/mirrorlist
|
||||
chroot ${work_dir}/root-image /usr/sbin/locale-gen
|
||||
chroot ${work_dir}/root-image /usr/sbin/useradd -m -p "" -g users -G "audio,disk,optical,wheel" arch
|
||||
: > ${work_dir}/build.${FUNCNAME}
|
||||
fi
|
||||
}
|
||||
|
@ -2,14 +2,6 @@
|
||||
. /etc/rc.conf
|
||||
. /etc/rc.d/functions
|
||||
|
||||
do_makeuser ()
|
||||
{
|
||||
stat_busy "Making the default user arch"
|
||||
addgroups="audio,disk,optical,wheel"
|
||||
useradd -m -p "" -g users -G $addgroups arch
|
||||
stat_done
|
||||
}
|
||||
|
||||
do_locale_gen ()
|
||||
{
|
||||
if [[ ${LOCALE} != "en_US.UTF-8" ]]; then
|
||||
@ -43,7 +35,6 @@ do_special_console()
|
||||
case "$1" in
|
||||
start)
|
||||
do_locale_gen
|
||||
do_makeuser
|
||||
do_special_console
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user