diff --git a/INITIATION.md b/INITIATION.md index 56888b3..8f83a0f 100644 --- a/INITIATION.md +++ b/INITIATION.md @@ -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. `ip addr` * Make sure your network is up. -```ip link set up -dhcpcd +``` +ip link set up +dhcpcd ``` In the case you need Wi-Fi please refer to https://github.com/mayfrost/guides/blob/master/NETWORKING.md @@ -46,14 +47,14 @@ In these examples we make only two partitions but you can extend this if you kno * Use parted. `parted /dev/sda` * Inside parted, if on UEFI label the disk "_gpt_", but if on BIOS label it "_msdos_". -``` +``` mklabel