We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f00f4 commit 61646cdCopy full SHA for 61646cd
install/install.sh
@@ -255,6 +255,9 @@ rm -rf /var/lib/systemd/random-seed /loader/random-seed
255
echo "creating dns link"
256
sudo ln --force /etc/resolv.conf /etc/resolv.conf.host
257
258
+echo "disabling NetworkManager-wait-online.service"
259
+systemctl disable NetworkManager-wait-online.service || true
260
+
261
echo "Installation finished successfully."
262
echo "You can access after the reboot:"
263
echo "- The computer webpage: http://blueos-avahi.local"
0 commit comments