1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-04-15 16:54:48 +02:00

Typography: Removed comma after 'Afterwards' at the begin of sentence

This commit is contained in:
2026-04-14 05:25:16 +02:00
parent e2e2310b81
commit ede99678ea
69 changed files with 109 additions and 109 deletions

View File

@@ -87,7 +87,7 @@ For this guide this partition is assumed to be `/dev/sda2`.
```sh
cryptsetup -c aes-xts-plain -s 512 -y -v luksFormat /dev/sda2
```
Afterward, confirm with `YES`.
Afterward confirm with `YES`.
Now you can assign a passphrase.
The passphrase has to be entered at boot to decrypt the system.
Recovering of this passphrase is **not** possible.
@@ -125,7 +125,7 @@ Now the created filesystems will be mounted for the installation.
Now you need a working internet connection.
If a wireless internet connection is needed start `iwctl`, scan (`station wlan0 scan`) and connect
to the router (`station wlan0 connect <router ssid>`).
Afterward, the internet connection will be established.
Afterward the internet connection will be established.
Exit `iwctl`.
- `pacstrap /mnt base base-devel dosfstools gptfdisk lvm2 linux linux-firmware vim networkmanager ntp`