Skip to content

Commit

Permalink
revert a few changes that need more work
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jul 29, 2024
1 parent 38e3836 commit 35b5587
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
19 changes: 7 additions & 12 deletions OPi5_CIDATA/network-config
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@ network:
match:
name: "en*"
dhcp4: true
link-local:
- ipv4
networkmanager:
passthrough:
ipv4.dhcp-timeout: "2147483647"
ipv4.link-local: "3"
ipv6.method: "disabled"
# zz-all-eth:
# match:
# name: "eth*"
# dhcp4: true
# optional: true
optional: true
zz-all-eth:
renderer: NetworkManager
match:
name: "eth*"
dhcp4: true
optional: true

4 changes: 2 additions & 2 deletions OPi5_CIDATA/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ users:
# On first boot, set the (default) ubuntu user's password to "ubuntu" and
# expire user passwords
chpasswd:
expire: false
expire: true
users:
- name: ubuntu
password: photon
password: ubuntu
type: text

## Set the system's hostname. Please note that, unless you have a local DNS
Expand Down

0 comments on commit 35b5587

Please sign in to comment.