From 12547e30d02f197ec4a91711669c726d4028b11c Mon Sep 17 00:00:00 2001 From: hayao Date: Thu, 27 Feb 2020 17:43:33 +0900 Subject: [PATCH] [fix] : Fixed an issue where NetworkManager would not start on startup. --- airootfs/root/customize_airootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 31a320a3..0f0504ca 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -131,6 +131,7 @@ fi systemctl enable pacman-init.service systemctl enable choose-mirror.service systemctl enable org.cups.cupsd.service +systemctl enable NetworkManager.service # TLP systemctl enable tlp.service -- 2.11.0