Switch to cloud-init for host initialization
This commit is contained in:
5
modules/host/templates/boothook.sh.tpl
Normal file
5
modules/host/templates/boothook.sh.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#cloud-boothook
|
||||
|
||||
# Fix hostname after reboot
|
||||
hostnamectl hostname "${hostname}"
|
Reference in New Issue
Block a user