markdown linting
This commit is contained in:
parent
ffa36a3082
commit
98a28fed63
|
|
@ -1,8 +1,8 @@
|
||||||
## Install ARCH Linux with UEFI
|
# Install ARCH Linux with UEFI
|
||||||
|
|
||||||
### The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
|
### The official installation guide <https://wiki.archlinux.org/index.php/Installation_Guide> contains a more verbose description
|
||||||
|
|
||||||
### Download the archiso image from https://www.archlinux.org/
|
### Download the archiso image from <https://www.archlinux.org/>
|
||||||
|
|
||||||
#### Copy to a usb-drive
|
#### Copy to a usb-drive
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
|
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
|
#### Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration
|
||||||
|
|
||||||
### Installation Steps
|
### Installation Steps
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
|
||||||
loadkeys fi
|
loadkeys fi
|
||||||
```
|
```
|
||||||
|
|
||||||
#### This assumes a wifi only system...
|
#### This assumes a wifi only system
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wifi-menu
|
wifi-menu
|
||||||
|
|
@ -178,7 +178,6 @@ nvim /boot/loader/entries/Arch.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Add the following content to Arch.conf
|
#### Add the following content to Arch.conf
|
||||||
|
|
||||||
#### <UUID> from /dev/sda2. It can be found with the 'blkid' command
|
#### <UUID> from /dev/sda2. It can be found with the 'blkid' command
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue