kickstart over cloud-init

This commit is contained in:
2025-05-13 18:07:38 +02:00
parent a37b52bcf6
commit 75bcdaa8db
5 changed files with 368 additions and 78 deletions
+4 -20
View File
@@ -34,23 +34,7 @@ system:
# 14: UEFI Runtime Services Data
# 15: UEFI Secure Boot State
# Cloud-init Configuration
cloud_init:
timezone: UTC
users:
- name: admin
groups: wheel
sudo: ALL=(ALL) NOPASSWD:ALL
ssh_authorized_keys:
- "your-ssh-key-here"
packages:
- btrfs-progs
- clevis
- clevis-luks
- clevis-tang
- clevis-tpm2
- tpm2-tools
- tpm2-tss
- cryptsetup
- systemd
- curl
# System Settings
timezone: UTC
keyboard: us
language: en_US.UTF-8