Laufende Daemons für die Build-Umgebung angepasst.
This commit is contained in:
parent
c964deac99
commit
d74f79c630
1 changed files with 4 additions and 3 deletions
|
@ -125,13 +125,14 @@ EOF
|
|||
|
||||
arch-chroot /mnt systemctl enable systemd-resolved
|
||||
arch-chroot /mnt systemctl enable systemd-timesyncd
|
||||
arch-chroot /mnt systemctl enable NetworkManager
|
||||
#arch-chroot /mnt systemctl enable NetworkManager
|
||||
arch-chroot /mnt systemctl enable systemd-networkd
|
||||
arch-chroot /mnt systemctl enable reflector.timer
|
||||
arch-chroot /mnt systemctl enable firewalld
|
||||
arch-chroot /mnt systemctl enable fstrim.timer
|
||||
arch-chroot /mnt systemctl enable gdm
|
||||
#arch-chroot /mnt systemctl enable gdm
|
||||
arch-chroot /mnt systemctl enable avahi-daemon
|
||||
arch-chroot /mnt systemctl enable bluetooth
|
||||
#arch-chroot /mnt systemctl enable bluetooth
|
||||
|
||||
sed -i 's/^HOOKS=(.*)/HOOKS=(base systemd keyboard plymouth autodetect sd-vconsole modconf kms block filesystems fsck)/' /mnt/etc/mkinitcpio.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue