mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 05:44:23 +00:00
update readme
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
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
|
||||
git clone https://github.com/simplePCBuilding/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.
|
||||
|
||||
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**
|
||||
|
||||
## Editing the sudoers file
|
||||
|
||||
Reference in New Issue
Block a user