summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/root/customize_airootfs.sh
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2015-04-19 17:31:17 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2015-04-19 17:31:17 -0300
commit49bd7ce4bd94a366aaa9e6a6b64f21fa8144cc74 (patch)
tree2c696aed80d60787f24be4a5ea83b9e58cd25470 /configs/releng/airootfs/root/customize_airootfs.sh
parent2b1d127835d5daa07b17b691779a4c1fc6f4ba5f (diff)
downloadarchiso32-49bd7ce4bd94a366aaa9e6a6b64f21fa8144cc74.tar.xz
[configs/releng] Remove unused 'arch' user
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
Diffstat (limited to 'configs/releng/airootfs/root/customize_airootfs.sh')
-rwxr-xr-xconfigs/releng/airootfs/root/customize_airootfs.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh
index aecf7f1..e1aaf99 100755
--- a/configs/releng/airootfs/root/customize_airootfs.sh
+++ b/configs/releng/airootfs/root/customize_airootfs.sh
@@ -11,11 +11,6 @@ usermod -s /usr/bin/zsh root
cp -aT /etc/skel/ /root/
chmod 700 /root
-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
-
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf