It's configured to my liking when I set up a new linux server, but some configurations are user prompts to make it more usable. it will install under 3 minutes and be ~200 packages.
- A minimal install script for a Arch Linux server setup.
- It will setup various HDD configuration (EXT4, BTRFS, LUKS)
git clone https://github.com/sevu11/arch-server-script
cd arch-server-script/
chmod +x install.sh
./install.sh
If you wish to change your keyboard layout (i.e keymap) you can edit the following file:
/etc/vconsole.conf:
KEYMAP=yourlocale_keymap
See keymaps as a reference.
- Orginal script I based this one, was from Chris Titus