You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is also a good idea to uninstall resolvconf, as it overwrites the DNS settings.
79
79
@@ -91,6 +91,14 @@ common:
91
91
udhcpc-config: /etc/udhcpc/default.script
92
92
```
93
93
94
+
### Bootstrapping
95
+
96
+
`net` will run even without `udhcpc` or `python3-yaml`, with limited
97
+
functionality. In the former case information acquired via DHCP may not be
98
+
reflected on the system, and in the latter the configuration file will not be
99
+
used. However it may be enough to get online in order to fulfill the
100
+
dependencies (tested on Debian 11).
101
+
94
102
## Contributors
95
103
96
104
If you want to contribute, feel free to make a pull request on [Github](https://github.com/Pwnies/net), please read [CONTRIBUTING](CONTRIBUTING) and [the license](UNLICENSE) first.
It is also a good idea to uninstall resolvconf, as it overwrites the DNS settings.
223
223
@@ -235,6 +235,14 @@ common:
235
235
udhcpc-config: /etc/udhcpc/default.script
236
236
```
237
237
238
+
### Bootstrapping
239
+
240
+
`net` will run even without `udhcpc` or `python3-yaml`, with limited
241
+
functionality. In the former case information acquired via DHCP may not be
242
+
reflected on the system, and in the latter the configuration file will not be
243
+
used. However it may be enough to get online in order to fulfill the
244
+
dependencies (tested on Debian 11).
245
+
238
246
## Contributors
239
247
240
248
If you want to contribute, feel free to make a pull request on [Github](https://github.com/Pwnies/net), please read [CONTRIBUTING](CONTRIBUTING) and [the license](UNLICENSE) first.
0 commit comments