Skip to content

Commit

Permalink
3added DHCP network config
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-ebert-sva committed Dec 5, 2024
1 parent ed2bf9a commit b1c795f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,21 @@ echo Succeeded pipelineRuns: ${succeeded_prs}
```

</details>


<details><summary><b>DHCP Network config</b></summary>

```bash
cat <<EOF > 99_config.yaml
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: true
EOF

sudo netplan apply
```

</details>

0 comments on commit b1c795f

Please sign in to comment.