Skip to content

Commit

Permalink
ubuntu/main.cfg: disable *-wait-online services on Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Dec 23, 2024
1 parent aa172c4 commit 2aa8dbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubuntu/main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ ubiquity ubiquity/success_command string \
mount --bind /dev /target/dev;\
in-target update-grub;\
in-target gsettings set org.gnome.SessionManager logout-prompt false;\
in-target systemctl disable NetworkManager-wait-online;\
in-target systemctl disable systemd-networkd-wait-online;\
in-target systemctl mask systemd-networkd-wait-online.service;\
in-target systemctl mask NetworkManager-wait-online.service;\

# Poweroff after install
# ubiquity ubiquity/poweroff boolean true
Expand Down

0 comments on commit 2aa8dbd

Please sign in to comment.