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
archinstall
package:sudo pacman -S archinstall
- Run
archinstall
with root privileges and with--dry-run
option(in safe mode).sudo archinstall --dry-run
- Set installation options to your preferences.
Save configuration
to 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 containwget
orgit
), 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
archinstall
with--config
and--creds
options (with each configiration file as argument, such asuser_configuration.json
anduser_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.