Compare commits
3 Commits
7f0b3605be
...
daa806a8cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
daa806a8cb
|
|||
|
3f0756c6f0
|
|||
|
45b0b5dea8
|
@@ -140,12 +140,15 @@ pacstrap -K /mnt base \
|
||||
linux-firmware \
|
||||
bash-completion \
|
||||
btrfs-progs \
|
||||
smartmontools \
|
||||
ethtool \
|
||||
man-db \
|
||||
btop \
|
||||
htop \
|
||||
nano \
|
||||
less \
|
||||
tmux \
|
||||
rsync \
|
||||
sudo \
|
||||
iptables-nft \
|
||||
openssh \
|
||||
@@ -232,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user