core: 不重要的更新

This commit is contained in:
bin456789
2024-02-01 01:02:35 +08:00
parent db1b2c92ca
commit d9b53f1bf8
5 changed files with 24 additions and 23 deletions

View File

@ -21,4 +21,4 @@ runcmd:
- systemctl restart sshd
- touch /etc/cloud/cloud-init.disabled
# ubuntu 镜像运行 echo -e '\nDone' -e 会被显示出来
- printf '\n%s\n' 'done' >/dev/tty0 || true
- printf '\n%s\n' 'reinstall done' >/dev/tty0 || true