Upd README

This commit is contained in:
Dominik Moritz Roth 2025-07-26 21:50:58 +02:00
parent e2309551c3
commit d66eaace7e

View File

@ -70,20 +70,3 @@ If you prefer to configure manually:
4. **Install** 4. **Install**
```bash ```bash
installimage -a -c install.conf -s post-install.sh installimage -a -c install.conf -s post-install.sh
```
## Post-Installation
1. **First Boot**
- Enter LUKS passphrase twice (once per disk)
- System will boot into AlmaLinux
2. **Verify Installation**
```bash
ssh null@your-server
systemctl status clevis-luks-askpass
lsblk
cat /proc/mdstat # Check RAID1 status
df -h # Check filesystem
```