Upd README

This commit is contained in:
Dominik Moritz Roth 2025-05-19 16:55:30 +02:00
parent 2be74c8923
commit e4e2cb4435

View File

@ -55,38 +55,38 @@ After firmware updates (UEFI/BIOS), the TPM bindings need to be updated:
- SSH public key for the default user - SSH public key for the default user
2. **Install on Hetzner Server** 2. **Install on Hetzner Server**
- Log into Hetzner Robot - Log into Hetzner Robot
- Select your server - Select your server
- Go to "Rescue" tab - Go to "Rescue" tab
- Choose "Linux" and "64 bit" - Choose "Linux" and "64 bit"
- Activate Rescue System - Activate Rescue System
- Upload the installer: - Upload the installer:
```bash ```bash
scp install.sh root@your-server:/root/ scp install.sh root@your-server:/root/
``` ```
- SSH into Rescue System: - SSH into Rescue System:
```bash ```bash
ssh root@your-server ssh root@your-server
``` ```
- Make it executable and run: - Make it executable and run:
```bash ```bash
chmod +x install.sh chmod +x install.sh
./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. - 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: - The script will:
- Generate and display a LUKS passphrase (save this!) - Generate and display a LUKS passphrase (save this!)
- Download and prepare the Fedora installer - Download and prepare the Fedora installer
- Configure networking for Hetzner's unusual setup - Configure networking for Hetzner's unusual setup
- Start the Fedora installer - Start the Fedora installer
- You can monitor the installation via SSH on port 2222: - You can monitor the installation via SSH on port 2222:
```bash ```bash
ssh -p 2222 root@your-server ssh -p 2222 root@your-server
``` ```
- During the Fedora installation: - During the Fedora installation:
- Disk encryption and RAID will be configured - Disk encryption and RAID will be configured
- TPM and Tang bindings will be set up - TPM and Tang bindings will be set up
- Network configuration will be applied - Network configuration will be applied
3. **Verify Installation** 3. **Verify Installation**
```bash ```bash