2025-07-30 16:00:56 +02:00
2025-07-11 09:23:42 +02:00
2025-07-21 16:19:49 +02:00

Archinstall configuration for XO Servers

User credentials encryption and decryption

To encrypt

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

To decrypt

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

Usage

  1. Boot from Arch Linux iso
  2. Run pre-install script
bash -c "$(curl -fsSL https://git.xo.nl/marcel/archlinux/raw/branch/master/pre/run.sh)"
  1. Follow any given steps

After the automated reboot a clean archlinux installation will be available. Now login using the default root credentials and execute the following command:

bash -c "$(curl -fsSL https://git.xo.nl/marcel/archlinux/raw/branch/master/post/run.sh)"

all done.

Description
Archlinux installation and post-installation scripts following the XO installation standards for OT-environments.
Readme 68 KiB
Languages
Shell 100%