Änderung der Projektbeschreibung

This commit is contained in:
eichehome 2023-04-14 19:39:52 +02:00
parent 19b2aa91ee
commit e4e4142e34
3 changed files with 8 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.swp
temp
temp.sh
temp.sh
test

View file

@ -1,3 +1,5 @@
# archinstall
# Archinstall
Dateien, um Arch zu installieren (WIP)
Scripte um Arch Linux auf Laptops/PCs und Servern zu installieren.
Konfiguration: BTRFS+Encryption (Verschiedene Kernel, verschiedene Prozessoren)
Todo: Ext4

View file

@ -164,7 +164,7 @@ echo root:"${rootpw}" | chpasswd
pacman -S ${selectedKernel} "${ucode}"
pacman -S base-devel ${header}
pacman -S iwd dialog reflector xdg-user-dirs xdg-utils inetutils ldns bash-completion openssh rsync iptables-nft ipset firewalld lynx man-db man-pages texinfo opendoas
pacman -S iwd dialog reflector xdg-user-dirs xdg-utils inetutils ldns bash-completion openssh rsync iptables-nft ipset firewalld lynx man-db man-pages texinfo opendoas pacman-contrib rebuild-detector
echo "permit :wheel" > /etc/doas.conf
echo "permit persist eichehome as root" >> /etc/doas.conf
@ -214,6 +214,7 @@ elif [[ $configuration == 2 ]]; then
mkdir -p /etc/systemd/resolved.conf.d
cp "$(find "${PWD}" -type f -name disable-multicastDNS.conf)" /etc/systemd/resolved.conf.d/
systemctl enable avahi-daemon
systemctl enable gdm
fi
systemctl enable systemd-resolved