This commit is contained in:
nils 2025-01-16 17:05:11 +01:00
parent 19b91fcd8d
commit 60ed407fa4

View file

@ -186,7 +186,7 @@ root@chroot:~# echo "<hostname>" > /etc/hostname
NetworkManager is an easy to use network manager. It has compatibility with most VPN protocols, works with Eduroam etc. and also has multiple graphical interfaces. On top of this `dnsmasq` can be used for managing DNS queries. Before emerging them, consider adding some USE flags to your liking: NetworkManager is an easy to use network manager. It has compatibility with most VPN protocols, works with Eduroam etc. and also has multiple graphical interfaces. On top of this `dnsmasq` can be used for managing DNS queries. Before emerging them, consider adding some USE flags to your liking:
``` title="/etc/portage/package.use/network" ``` title="/etc/portage/package.use/network"
net-misc/networkmanager dhcpcd -wext -modemmanager -ppp net-misc/networkmanager dhcpcd -wext -ppp
net-dns/dnsmasq dnssec net-dns/dnsmasq dnssec
``` ```