We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4403658 commit efab099Copy full SHA for efab099
1 file changed
readme.md
@@ -71,10 +71,10 @@ xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua
71
72
5. **镜像制作**
73
74
- 运行 `xmake smart-rootfs --no-symlink` 制作 rootfs ,运行 `xmake smart-image` 制作镜像
+ 运行 `xmake smart-rootfs` 制作 rootfs ,运行 `xmake smart-image` 制作镜像
75
76
```shell
77
- xmake smart-rootfs --no-symlink # 制作无符号链接的rootfs
+ xmake smart-rootfs
78
xmake smart-image -o ../prebuilt/qemu-virt64-aarch64/ext4.img # 将镜像输出至 qemu-virt64-aarch64 目录
79
```
80
0 commit comments