소스 검색

Update install.func

tweak
tteckster 2 년 전
부모
커밋
2caee65b10
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      misc/install.func

+ 1 - 0
misc/install.func

@@ -84,6 +84,7 @@ setting_up_container() {
     exit 1
   fi
   rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
+  systemctl stop systemd-networkd-wait-online.service
   $STD systemctl disable systemd-networkd-wait-online.service
   msg_ok "Set up Container OS"
   msg_ok "Network Connected: ${BL}$(hostname -I)"