mirror of
https://github.com/bin456789/reinstall.git
synced 2025-09-09 10:01:46 +00:00
core: clout-init 完成后输出到 tty0
This commit is contained in:
@@ -22,4 +22,4 @@ runcmd:
|
|||||||
- systemctl restart sshd
|
- systemctl restart sshd
|
||||||
- touch /etc/cloud/cloud-init.disabled
|
- touch /etc/cloud/cloud-init.disabled
|
||||||
# ubuntu 镜像运行 echo -e '\nDone' ,-e 会被显示出来
|
# ubuntu 镜像运行 echo -e '\nDone' ,-e 会被显示出来
|
||||||
- printf '\n%s\n' 'done' >/dev/console
|
- printf '\n%s\n' 'done' >/dev/tty0 || true
|
||||||
|
Reference in New Issue
Block a user