Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| zh:docs:guide-user:additional-software:imagebuilder [2024/11/30 14:24] – [选择插件] starsfall | zh:docs:guide-user:additional-software:imagebuilder [2024/11/30 14:58] – [详细帮助] starsfall | ||
|---|---|---|---|
| Line 122: | Line 122: | ||
| 该 '' | 该 '' | ||
| - | ==== 定制插件 ==== | + | ==== 添加额外插件 ==== |
| - | 如果有自定义插件或ipk, 您更愿意使用创建一个 '' | + | |
| + | 如果有你喜欢使用的插件或 | ||
| ==== 自定义文件夹 ==== | ==== 自定义文件夹 ==== | ||
| Line 144: | Line 145: | ||
| <code bash> | <code bash> | ||
| - | make image PROFILE=" | + | make image \ |
| + | PROFILE=" | ||
| + | PACKAGES=" | ||
| + | FILES=" | ||
| + | DISABLED_SERVICES=" | ||
| </ | </ | ||
| Line 203: | Line 208: | ||
| make image DISABLED_SERVICES="< | make image DISABLED_SERVICES="< | ||
| make image ADD_LOCAL_KEY=1 # 在构建的映像中存储本地生成的签名密钥 | make image ADD_LOCAL_KEY=1 # 在构建的映像中存储本地生成的签名密钥 | ||
| + | make image ROOTFS_PARTSIZE="< | ||
| 打印清单: | 打印清单: | ||
| Line 213: | Line 219: | ||
| </ | </ | ||
| + | <color # | ||
| ==== 可用配置文件 ==== | ==== 可用配置文件 ==== | ||
| 列出可用的配置文件: | 列出可用的配置文件: | ||