Arch Linux installer
Use this script to install Arch Linux within a VirtualBox guest VM. Then you can honestly say “I use Arch btw”.
When the Arch Linux Live CD boot loader menu appears, choose option Arch Linux install medium (x86_64, BIOS)
.
At the prompt, download the installation script and run it.
curl -O https://raw.githubusercontent.com/planet36/arch-install/main/vbox.bash
bash vbox.bash -u NEW_USER [-e]
The installation process is uninterruptible. That is, if it’s stopped before finishing, it can’t be resumed.
After the install script finishes, the Live CD will be ejected before reboot.
If it isn’t ejected (because the VM had insufficient RAM), the system will reboot to the Live CD instead of the new installation.
-u NEW_USER
-e
If mandatory arguments are absent, you will be prompted to enter values for them.
Dotfiles for the new user are cloned from planet36/dotfiles.