0. 问题
在腾讯云购买的轻量服务器重启后, Hostname恢复默认
1. 解决方法
-
编辑文件/etc/cloud/cloud.cfg中的preserve_hostname的值为true:
preserve_hostname: true
-
可以使用
sed
进行修改:sed -i \'s/preserve_hostname: false/preserve_hostname: true/g\' /etc/cloud/cloud.cfg
-
通过 hostnamectl 修改主机名:
hostnamectl set-hostname xxxxxx