From b4ac673ca4e2164e72a779a5412271c94d4bedc9 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 28 Nov 2023 10:32:42 +0100 Subject: [PATCH] some small tweaks --- README.md | 4 +++- chroot.sh | 1 + install.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e909ba1..14b72ca 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ On a live-booted archlinux installer, run the following commands ./install.sh ``` -and follow the on-screen prompts +and follow the on-screen prompts. + +**NOTE: The keyboard layout by default is en_US-latin1** ## Editing the sudoers file In the sudoers file, you need to uncomment the 15th line from the botton, just below the line that says diff --git a/chroot.sh b/chroot.sh index aa43ac8..0538880 100755 --- a/chroot.sh +++ b/chroot.sh @@ -48,6 +48,7 @@ EOD usermod -aG wheel arch-is-best rm -rf /home/arch-is-best/arch-dev-vm +mkdir --parent /home/arch-is-best/arch-dev-vm mv /root/arch-dev-vm/* /home/arch-is-best/arch-dev-vm echo " diff --git a/install.sh b/install.sh index 94afd93..63cdd94 100755 --- a/install.sh +++ b/install.sh @@ -121,7 +121,7 @@ echo " ---------------------------------------------------------------- DONE! -Congratulations, you now have a fully set up linux VM. +Congratulations, you now have a fully set up ArchLinux VM. "