From daa806a8cb74d1bf6c4eac9ed8dbab6d01d22c61 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Wed, 10 Dec 2025 18:57:55 -0500 Subject: [PATCH] Added smartmontools to base installation. --- install-arch-linux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-arch-linux.sh b/install-arch-linux.sh index 66b8733..2de43e1 100755 --- a/install-arch-linux.sh +++ b/install-arch-linux.sh @@ -140,6 +140,7 @@ pacstrap -K /mnt base \ linux-firmware \ bash-completion \ btrfs-progs \ + smartmontools \ ethtool \ man-db \ btop \ @@ -234,6 +235,9 @@ arch-chroot /mnt systemctl enable systemd-timesyncd.service print "Enabling nftables firewall..." arch-chroot /mnt systemctl enable nftables.service +print "Enabling smartd..." +arch-chroot /mnt systemctl enable smartd.service + print "Would you like to install iwd for Wi-Fi support? Enter 'y' exactly for yes, otherwise anything else to skip." read install_iwd