Added smartmontools to base installation.

This commit is contained in:
2025-12-10 18:57:55 -05:00
parent 3f0756c6f0
commit daa806a8cb

View File

@@ -140,6 +140,7 @@ pacstrap -K /mnt base \
linux-firmware \ linux-firmware \
bash-completion \ bash-completion \
btrfs-progs \ btrfs-progs \
smartmontools \
ethtool \ ethtool \
man-db \ man-db \
btop \ btop \
@@ -234,6 +235,9 @@ arch-chroot /mnt systemctl enable systemd-timesyncd.service
print "Enabling nftables firewall..." print "Enabling nftables firewall..."
arch-chroot /mnt systemctl enable nftables.service 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." print "Would you like to install iwd for Wi-Fi support? Enter 'y' exactly for yes, otherwise anything else to skip."
read install_iwd read install_iwd