Skip to content

Commit 61646cd

Browse files
Williangalvanipatrickelectric
authored andcommitted
install.sh: disable NetworkManager-wait-online.service
1 parent 82f00f4 commit 61646cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ rm -rf /var/lib/systemd/random-seed /loader/random-seed
255255
echo "creating dns link"
256256
sudo ln --force /etc/resolv.conf /etc/resolv.conf.host
257257

258+
echo "disabling NetworkManager-wait-online.service"
259+
systemctl disable NetworkManager-wait-online.service || true
260+
258261
echo "Installation finished successfully."
259262
echo "You can access after the reboot:"
260263
echo "- The computer webpage: http://blueos-avahi.local"

0 commit comments

Comments
 (0)