diff --git a/.archlinux/install-scripts/004-postinstall b/.archlinux/install-scripts/004-postinstall index 28b06e02..55c1a4de 100755 --- a/.archlinux/install-scripts/004-postinstall +++ b/.archlinux/install-scripts/004-postinstall @@ -16,10 +16,6 @@ systemctl enable --now dhcpcd.service # Sync the time periodically with a remote server timedatectl set-ntp true -# Change the systemd wait time from 90s to 30s, mitigating a potential hang at shutdown -echo "DefaultTimeoutStartSec=30s" >> /etc/systemd/system.conf -echo "DefaultTimeoutStopSec=30s" >> /etc/systemd/system.conf - # Enable colors in pacman by uncommenting the Color line. sed -i '/Color/s/^#//g' /etc/pacman.conf sed -i '/VerbosePkgLists/s/^#//g' /etc/pacman.conf