Skip to content

Commit

Permalink
Update Autoconfig with proposed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
x13-me committed Nov 20, 2024
1 parent ca3df18 commit 275346a
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit 275346a

Please sign in to comment.