diff --git a/README.md b/README.md index 35d84ea..8bcbe70 100644 --- a/README.md +++ b/README.md @@ -55,38 +55,38 @@ After firmware updates (UEFI/BIOS), the TPM bindings need to be updated: - SSH public key for the default user 2. **Install on Hetzner Server** - - Log into Hetzner Robot - - Select your server - - Go to "Rescue" tab - - Choose "Linux" and "64 bit" - - Activate Rescue System - - Upload the installer: - ```bash - scp install.sh root@your-server:/root/ - ``` - - SSH into Rescue System: - ```bash - ssh root@your-server - ``` - - Make it executable and run: - ```bash - chmod +x install.sh - ./install.sh - ``` - - If the script tells you that no TPM is available, you'll need to make a support ticket to get KVM access and enable TPM in the BIOS. - - The script will: - - Generate and display a LUKS passphrase (save this!) - - Download and prepare the Fedora installer - - Configure networking for Hetzner's unusual setup - - Start the Fedora installer - - You can monitor the installation via SSH on port 2222: - ```bash - ssh -p 2222 root@your-server - ``` - - During the Fedora installation: - - Disk encryption and RAID will be configured - - TPM and Tang bindings will be set up - - Network configuration will be applied + - Log into Hetzner Robot + - Select your server + - Go to "Rescue" tab + - Choose "Linux" and "64 bit" + - Activate Rescue System + - Upload the installer: + ```bash + scp install.sh root@your-server:/root/ + ``` + - SSH into Rescue System: + ```bash + ssh root@your-server + ``` + - Make it executable and run: + ```bash + chmod +x install.sh + ./install.sh + ``` + - If the script tells you that no TPM is available, you'll need to make a support ticket to get KVM access and enable TPM in the BIOS. + - The script will: + - Generate and display a LUKS passphrase (save this!) + - Download and prepare the Fedora installer + - Configure networking for Hetzner's unusual setup + - Start the Fedora installer + - You can monitor the installation via SSH on port 2222: + ```bash + ssh -p 2222 root@your-server + ``` + - During the Fedora installation: + - Disk encryption and RAID will be configured + - TPM and Tang bindings will be set up + - Network configuration will be applied 3. **Verify Installation** ```bash