Update INITIATION.md

This commit is contained in:
mayfrost 2018-07-11 10:15:26 +00:00 committed by GitHub
parent 894c37177c
commit 80f0fe591c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,9 @@ Boot in UEFI mode if on UEFI, BIOS if on BIOS, and select installation media. Th
* Check which NIC you are using. * Check which NIC you are using.
`ip addr` `ip addr`
* Make sure your network is up. * Make sure your network is up.
`ip link set <NIC> up` ```ip link set <NIC> up
`dhcpcd <NIC>` dhcpcd <NIC>
```
In the case you need Wi-Fi please refer to https://github.com/mayfrost/guides/blob/master/NETWORKING.md In the case you need Wi-Fi please refer to https://github.com/mayfrost/guides/blob/master/NETWORKING.md