禁用云端启动ubuntu

2022-05-08

以下示例是关于Shell中包含禁用云端启动ubuntu用法的示例代码,想了解禁用云端启动ubuntu的具体用法?禁用云端启动ubuntu怎么用?禁用云端启动ubuntu使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。

[英]:disable cloud-init ubuntu源码类型:Shell
# Disable start
sudo touch /etc/cloud/cloud-init.disabled
# Uninstall
sudo apt-get purge cloud-init
sudo rm -rf /etc/cloud/ && sudo rm -rf /var/lib/cloud/
# Reboot
sudo reboot

本文地址:https://www.itbaoku.cn/snippets/785435.html