Switch to cloud-init for host initialization

This commit is contained in:
Marco Nenciarini
2022-02-23 19:36:03 +01:00
parent 830ca14118
commit dbc6dbf0aa
6 changed files with 98 additions and 79 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
#cloud-boothook
# Fix hostname after reboot
hostnamectl hostname "${hostname}"