Add usage
This commit is contained in:
parent
9e5926b6a0
commit
9e1541196b
14
README.md
14
README.md
@ -1,12 +1,16 @@
|
|||||||
# archinstall
|
|
||||||
|
|
||||||
# Archinstall configuration for XO Servers
|
# Archinstall configuration for XO Servers
|
||||||
|
|
||||||
## User credentials encryption and decryption
|
### User credentials encryption and decryption
|
||||||
|
|
||||||
### To encrypt
|
#### To encrypt
|
||||||
gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 user_credentials.json
|
gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 user_credentials.json
|
||||||
|
|
||||||
### To decrypt
|
#### To decrypt
|
||||||
gpg --output user_credentials.json --decrypt user_credentials.crypt
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user