Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Autoconfig with proposed changes #542

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/User-Guide_Autoconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ PRESET_CONFIGURATION="http://path/to/config/file"

- The directives in this file are specified using `key="value"` format.
- To ask for a value interactively, leave it unset or comment out the directive.
- For fully-unattended setup, specify all values
- For fully-unattended setup, specify all values.

!!! caution
No validation of this network config is performed, wrong settings will lead to broken network.
Armbian supports [netplan.io](https://netplan.io), this is the preferred config method.
See [netplan guides](https://netplan.readthedocs.io/en/stable/examples/) for various example configurations.
Netplan config is stored in `/etc/netplan/`.

| Configuration directive | `[default]` \| `option` | Description: |
| :---------------------- | :-------------- | :----------- |
Expand Down
Loading