Improve end-of-install instructions

- Clear numbered steps for first boot process
- Emphasize entering passphrase twice (RAID1 setup)
- Mention automatic reboot after installation
- Cleaner, more actionable instructions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Dominik Moritz Roth 2025-08-18 21:35:35 +02:00
parent b49fcb3358
commit d91a7e9426

View File

@ -470,11 +470,12 @@ else
fi fi
echo "" echo ""
echo "IMPORTANT: The LUKS passphrase is set in install.conf" echo "IMPORTANT: Save the LUKS passphrase from install.conf securely!"
echo "Save it securely for recovery purposes."
echo "" echo ""
echo "After reboot:" echo "First Boot Instructions:"
echo "- SSH to port 22 for remote unlock: ssh root@<server-ip>" echo "1. System will reboot automatically after installation"
echo "- Run 'unlock-luks' and follow the instructions to unlock LUKS" echo "2. SSH as root: ssh root@<server-ip>"
echo "- Once unlocked, SSH to port 22 as user '${ALMA_USER}'" echo "3. Run 'unlock-luks' and enter LUKS passphrase TWICE (once per disk)"
echo "- LUKS passphrase: [see installer output]" echo "4. System will boot normally, then SSH as user '${ALMA_USER}'"
echo ""
echo "For future unlocks, Clevis/Tang should handle this automatically."