On Wed, Dec 30, 2020 at 03:47:09PM +0800, Ren Wen wrote:
On Wed, Dec 30, 2020 at 10:13:36AM +0800, Wang Chenglong wrote:
Signed-off-by: Wang Chenglong 18509160991@163.com
container/docker-rootfs/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 container/docker-rootfs/README.md
diff --git a/container/docker-rootfs/README.md b/container/docker-rootfs/README.md new file mode 100644 index 0000000..1b6f42f --- /dev/null +++ b/container/docker-rootfs/README.md @@ -0,0 +1,18 @@ +## Use the tool to create a new nfsroot for os
有个1级标题层次或许更清晰.
Good idea.
Thanks, Chenglong
Thanks, RenWen
+## Usage:
./run <src_docker_file_abspath> <dst_rootfs_new_abspath>
src_docker_file_abspath: source .tar.xz file absolute path with suffix: [ tar.xz ].
dst_rootfs_new_abspath: destination absolute path to create for rootfs.
+## Example:
- ./run /tmp/openEuler-docker/openEuler-docker.aarch64.tar.xz /tmp/openeuler-rootfs/
- # please ensure $HOME/.config/compass-ci/rootfs-passwd exists
+## Some configuration items:
- ./packages-to-install
- # If you want to pre-install the software, you can write the package names in ./packages-to-install.
- $HOME/.config/compass-ci/rootfs-passwd
- # Set the password for the image into this file.
-- 2.23.0