Skip to content

Commit

Permalink
Merge pull request #52 from nis65/masknetworkd
Browse files Browse the repository at this point in the history
fix: prevent first boot name resolution failures
  • Loading branch information
fadnincx authored Jan 8, 2024
2 parents ae13433 + 1f84317 commit 19cbed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/autoinstall-user-data.j2
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ autoinstall:
- rm -f /target/etc/netplan/*
- cp /cdrom/setup/default-netplan.yml /target/etc/netplan/01-network-manager-all.yaml
- curtin in-target --target=/target -- rm /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
- curtin in-target --target=/target -- ln -s /dev/null /etc/systemd/system/systemd-networkd.service
- cp /cdrom/setup/gnome-sudo /target/etc/sudoers.d/01_gnome-initial-setup
- mkdir -p /target/etc/potos/ && chown 0:0 /target/etc/potos/ && chmod 0700 /target/etc/potos/
{% if config['specs']['ssh_key'] != "" %}
Expand Down

0 comments on commit 19cbed0

Please sign in to comment.