diff --git a/.gitignore b/.gitignore index 6814bd1..b348a33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.swp temp -temp.sh \ No newline at end of file +temp.sh +test \ No newline at end of file diff --git a/README.md b/README.md index 7a66299..38dc7c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# archinstall +# Archinstall -Dateien, um Arch zu installieren (WIP) \ No newline at end of file +Scripte um Arch Linux auf Laptops/PCs und Servern zu installieren. +Konfiguration: BTRFS+Encryption (Verschiedene Kernel, verschiedene Prozessoren) +Todo: Ext4 \ No newline at end of file diff --git a/base.sh b/base.sh index 487b5a4..27dbf95 100644 --- a/base.sh +++ b/base.sh @@ -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