This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# Ubuntu自动化安装系统、安装i915-sriov-dkms驱动、intel显卡驱动、docker | |
# autoinstall:https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html | |
# macOS生成ISO:hdiutil makehybrid -o cloud-init.iso -hfs -joliet -iso -default-volume-name cidata . | |
autoinstall: | |
version: 1 | |
# 安装方式 | |
source: |