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. "