update readme

This commit is contained in:
2023-11-29 11:40:17 +01:00
parent d8ae1e0d82
commit cfb94f3f4f

View File

@@ -18,12 +18,9 @@ First, [download](https://archlinux.org/download/) an ArchLinux ISO (scroll down
Then, set up a VM using for example VMWare Workstation Player 16 Then, set up a VM using for example VMWare Workstation Player 16
On a live-booted archlinux installer, run the following commands On a live-booted archlinux installer, run the following commands (read on below as well!):
``` ```
ls /usr/share/kbd/keymaps/**/*.map.gz
loadkeys [IDENTIFIER HERE (find it in the output above), usually of form de_CH-latin1, refer to blog for more instructions]
pacman-key --init
pacman -Sy git pacman -Sy git
git clone https://github.com/simplePCBuilding/arch-dev-vm git clone https://github.com/simplePCBuilding/arch-dev-vm
cd arch-dev-vm cd arch-dev-vm
@@ -32,6 +29,12 @@ On a live-booted archlinux installer, run the following commands
and follow the on-screen prompts. and follow the on-screen prompts.
If the keyboard layout isn't correct run the following commands:
```
ls /usr/share/kbd/keymaps/**/*.map.gz
loadkeys [IDENTIFIER HERE (find it in the output above), usually of form de_CH-latin1, refer to blog for more instructions]
```
**NOTE: The keyboard layout by default is en_US-latin1** **NOTE: The keyboard layout by default is en_US-latin1**
## Editing the sudoers file ## Editing the sudoers file