Änderung der Projektbeschreibung
This commit is contained in:
parent
19b2aa91ee
commit
e4e4142e34
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.swp
|
||||
temp
|
||||
temp.sh
|
||||
test
|
|
@ -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
|
3
base.sh
3
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
|
||||
|
|
Loading…
Reference in a new issue