Skip to content
Snippets Groups Projects
Commit 01efa9be authored by Jeffrey Tolar's avatar Jeffrey Tolar
Browse files

Start network on boot

parent d581a91c
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,9 @@ echo LANG=en_US.UTF-8 > /etc/locale.conf
# networking
ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
cp /etc/netctl/examples/ethernet-dhcp /etc/netctl/wired
systemctl enable netctl@wired.service netctl-sleep.service
netctl enable wired
systemctl enable netctl-sleep.service
systemctl enable netctl-ifplugd@eth0.service
# setup pacman keyring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment