From 49bd7ce4bd94a366aaa9e6a6b64f21fa8144cc74 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sun, 19 Apr 2015 17:31:17 -0300 Subject: [configs/releng] Remove unused 'arch' user Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/airootfs/root/customize_airootfs.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configs/releng/airootfs/root/customize_airootfs.sh') 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 -- cgit v1.2.3-54-g00ecf