summaryrefslogtreecommitdiff
path: root/configs/profile/airootfs/root/customize_airootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/airootfs/root/customize_airootfs.sh')
-rwxr-xr-xconfigs/profile/airootfs/root/customize_airootfs.sh29
1 files changed, 0 insertions, 29 deletions
diff --git a/configs/profile/airootfs/root/customize_airootfs.sh b/configs/profile/airootfs/root/customize_airootfs.sh
deleted file mode 100755
index 4e5a90b..0000000
--- a/configs/profile/airootfs/root/customize_airootfs.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-set -e -u
-
-sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen
-locale-gen
-
-ln -sf /usr/share/zoneinfo/UTC /etc/localtime
-
-usermod -s /usr/bin/zsh root
-cp -aT /etc/skel/ /root/
-
-useradd -m -p "" -g users -G "adm,audio,floppy,log,network,scanner,storage,optical,power,wheel" -s /usr/bin/zsh parabola
-
-chmod 750 /etc/sudoers.d
-chmod 440 /etc/sudoers.d/g_wheel
-
-sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
-sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
-sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf
-
-sed -i 's/#\(HandleSuspendKey=\)suspend/\1ignore/' /etc/systemd/logind.conf
-sed -i 's/#\(HandleHibernateKey=\)hibernate/\1ignore/' /etc/systemd/logind.conf
-sed -i 's/#\(HandleLidSwitch=\)suspend/\1ignore/' /etc/systemd/logind.conf
-
-systemctl enable multi-user.target pacman-init.service choose-mirror.service
-systemctl set-default multi-user.target
-
-sed -i "s/_DATE_/$(date +%Y.%m.%d)/" /etc/motd