We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3295911 commit e87cd99Copy full SHA for e87cd99
registry/brymut/templates/hetzner-linux/cloud-config.yaml.tftpl
@@ -49,6 +49,13 @@ write_files:
49
[Install]
50
WantedBy=multi-user.target
51
runcmd:
52
+%{ if home_volume_label != "" ~}
53
+ - |
54
+ until [ -e /dev/disk/by-id/scsi-0HC_Volume_${volume_id} ]; do
55
+ echo "Waiting for volume device..."
56
+ sleep 2
57
+ done
58
+%{ endif ~}
59
- mount -a
60
- chown ${username}:${username} /home/${username}
61
- systemctl enable coder-agent
0 commit comments