summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 20:00:45 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 20:00:45 -0300
commit1728ff8d621e912d92372db3b26466b986313636 (patch)
tree7ad936002fda2ae74a5ac2b9e1beb42ea8860dbd /configs
parent5549d58291a294931ca1f8c75bcf1787e8a63210 (diff)
Replace: /bin/zsh arch -> /bin/zsh parabola
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/releng/root-image/root/customize_root_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh
index cc47845..50c5131 100755
--- a/configs/releng/root-image/root/customize_root_image.sh
+++ b/configs/releng/root-image/root/customize_root_image.sh
@@ -10,7 +10,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
usermod -s /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 /bin/zsh parabola
chmod 750 /etc/sudoers.d
chmod 440 /etc/sudoers.d/g_wheel