From 5d75049c119983aad719d03e92557f10aef5d199 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Tue, 4 Jun 2013 21:33:52 -0300 Subject: [configs/releng] Update zsh path to match /etc/shells Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/root-image/root/customize_root_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh index 2fccf47..97e2874 100755 --- a/configs/releng/root-image/root/customize_root_image.sh +++ b/configs/releng/root-image/root/customize_root_image.sh @@ -7,10 +7,10 @@ locale-gen ln -sf /usr/share/zoneinfo/UTC /etc/localtime -usermod -s /bin/zsh root +usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ -useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch +useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh arch chmod 750 /etc/sudoers.d chmod 440 /etc/sudoers.d/g_wheel -- cgit v1.2.2