我需要在 ubuntu autoinstall early-command 部分添加多个 shell 脚本和 python 脚本。
所有文档都只讲述了 early-commands 中的 shell 命令传递过程,而没有一个文档讲述脚本传递过程。
如果有人知道如何在早期命令中注入脚本,示例会更有帮助。
用户数据文件是:
#cloud-config
autoinstall:
version: 1
identity:
hostname: ubuntu
password: "password"
username: ubuntu
interactive-sections:
- network
locale: en_US
storage:
layout:
name: direct
ssh:
allow-pw: yes
install-server: true
user-data:
disable_root: false
early-commands:
- ? #need to add scripts here