Personal archinstall configuration for installing archlinux in multiple environments: 'laptop' and 'workstation' at the time I wrote this README.md file.
Used with archinstall's guided installation script. See Guided Installation for detailed explanation of how to make and use configuration files.
- In Archlinux, install the
archinstallpackage:sudo pacman -S archinstall
- Run
archinstallwith root privileges and with--dry-runoption(in safe mode).sudo archinstall --dry-run
- Set installation options to your preferences.
Save configurationto your location.
- Boot with Archlinux ISO Image.
- Prepare configuration files. You could use them from previous steps, but since I uploaded them here, I'd download them via
curl(FYI: Archlinux ISO image does not containwgetorgit), e.g.:Modify the downloaded files to your preferences.curl -O https://raw.githubusercontent.com/Turbstructor/archinstall-config/main/workstation/user_configuration.json curl -O https://raw.githubusercontent.com/Turbstructor/archinstall-config/main/workstation/user_credentials.json
- Run
archinstallwith--configand--credsoptions (with each configiration file as argument, such asuser_configuration.jsonanduser_credentials.json).You can pass remote URL instead of file path:archinstall --config user_configuration.json --creds user_credentials.json
archinstall --config <your_link_to_configuration_file> --creds <your_link_to_credentials_file>
- Confirm loaded configurations and proceed to installation if all seems to be ready.