Manual installation
Install Kairos manually
To install manually, follow the quickstart. When the QR code is prompted at the screen, you will be able to log in via SSH to the box with the password kairos
as kairos
user.
Note
Note: After the installation, the password login is disabled, users, and SSH keys to log in must be configured via cloud-init.Installation
To start the installation, run from the console the following command:
sudo kairos-agent manual-install --device "auto" $CONFIG
Where the configuration can be a cloud-init
file or a URL to it:
#cloud-init
p2p:
network_token: ....
# extra configuration
Note:
- The command is disruptive and will erase any content on the drive.
- The parameter “auto” selects the biggest drive available in the machine.
Feedback
Was this page helpful?
Awesome! Glad to hear it! Please tell us how we can improve.
Oh snap! Sorry to hear that. Please tell us how we can improve.
Last modified January 19, 2023: :book: Rename references from kairos to p2p (#681) (9268dd1)