Skip to content

Commit cce1ab9

Browse files
committed
doc(net): remove instruction for nameserver setup via boot_args
It does not work with our current rootfs. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 25480f4 commit cce1ab9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/network-setup.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,3 @@ section without needing `iproute2` installed in the guest.
435435

436436
As soon as you boot the guest, it will already be connected to the network
437437
(assuming you correctly performing the other steps).
438-
439-
**Note**: you can also use the `ip` argument to configure a primary DNS server
440-
and, optionally, a second DNS server without needing to touch
441-
`/etc/resolv.conf`. As an example:
442-
443-
`ip=172.16.0.2::172.16.0.1:255.255.255.252::eth0:off:8.8.8.8:1.1.1.1` configures
444-
`8.8.8.8` as the primary DNS server and `1.1.1.1` as the secondary DNS server,
445-
as well as the rest of the guest-side routing.

0 commit comments

Comments
 (0)