some more fixes (from testing)

This commit is contained in:
2023-11-27 20:46:20 +01:00
parent 0401643dec
commit 32e4464eaa
2 changed files with 19 additions and 4 deletions

View File

@@ -10,7 +10,22 @@ This repo contains scripts to install a full Archlinux with Xfce install complet
# Running
On a live-booted archlinux installer, run the following commands:
First, [download](https://archlinux.org/download/) an ArchLinux ISO (scroll down to mirrors).
Then, set up a VM using for example VMWare Workstation Player 16
On a live-booted archlinux installer, run the following commands
```
ls /usr/share/kbd/keymaps/**/*.map.gz
loadkeys [IDENTIFIER HERE (find it in the output above)]
pacman-key --init
pacman -Sy git
git clone https://github.com/simplePCBuilding/arch-dev-vm
cd arch-dev-vm
./install.sh
```
and follow the on-screen prompts
## Editing the sudoers file