Skip to content

Instantly share code, notes, and snippets.

View ZeroTricks's full-sized avatar
🍊
.

ZeroTricks

🍊
.
View GitHub Profile
@exocode
exocode / xfs-on-hetzner.yml
Last active June 18, 2024 16:07
Create xfs partitions on Hetzner via cloud-init. It keeps root disk available again after rebooting. Simply change your desired sizes and filesystem to use it for your needs.
#cloud-config
resize_rootfs: false
disk_setup:
/dev/sda:
table_type: 'mbr'
layout:
- 25
- 75
overwrite: true