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:30] – [定制插件] starsfall | zh:docs:guide-user:additional-software:imagebuilder [2024/11/30 14:58] – [详细帮助] starsfall | ||
|---|---|---|---|
| Line 145: | Line 145: | ||
| <code bash> | <code bash> | ||
| - | make image PROFILE=" | + | make image \ |
| + | PROFILE=" | ||
| + | PACKAGES=" | ||
| + | FILES=" | ||
| + | DISABLED_SERVICES=" | ||
| </ | </ | ||
| Line 204: | 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 214: | Line 219: | ||
| </ | </ | ||
| + | <color # | ||
| ==== 可用配置文件 ==== | ==== 可用配置文件 ==== | ||
| 列出可用的配置文件: | 列出可用的配置文件: | ||