From d74f79c630344b664926873b8367e0662350d92f Mon Sep 17 00:00:00 2001 From: eichehome Date: Wed, 25 Oct 2023 14:27:41 +0200 Subject: [PATCH] =?UTF-8?q?Laufende=20Daemons=20f=C3=BCr=20die=20Build-Umg?= =?UTF-8?q?ebung=20angepasst.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/archos-build.uefi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/archos-build.uefi b/build/archos-build.uefi index 0c229d7..719057a 100644 --- a/build/archos-build.uefi +++ b/build/archos-build.uefi @@ -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