Marcel Stangenberger c1a1e7568a Added addtional packages
added htop, iftop, cloud-init, screen and wget to default installation template
2025-03-08 09:17:16 +00:00
2025-03-08 09:17:16 +00:00
2025-03-03 15:17:47 +01:00
2025-03-03 17:58:45 +01:00

Archinstall configuration for XO Servers

User credentials encryption and decryption

To encrypt

gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 user_credentials.json

To decrypt

gpg --output user_credentials.json --decrypt user_credentials.crypt

Usage

  1. Boot from Arch Linux iso
  2. Download the encrypted credentials file using curl (curl -O https://git.xo.nl/marcel/archinstall/raw/master/user_credentials.crypt)
  3. Decrypt using above command
  4. Run the archinstall command (archinstall --config https://git.xo.nl/marcel/archinstall/raw/master/user_configuration.json --creds ./user_credentials.json --silent)
Description
Archlinux installation and post-installation scripts following the XO installation standards for OT-environments.
Readme 50 KiB
Languages
Shell 100%